Skip to content

Commit

Permalink
Merge branch 'main' into storybook
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
iva2k committed Jul 21, 2024
2 parents 64784f0 + cc20ee6 commit bd7ced7
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,34 +206,34 @@ Currently there are no plans to implement additional frameworks (either listed b
Note that there are 2 branches for Isolated component development - Histoire and Storybook, which can be merged into UI branch of choice for your app.

<!-- prettier-ignore -->
| Git Branch | UI Framework | Dark Theme | Svelte 5 | Notes [Legend: ⬤ Yes / ⭘ No ] |
| ------------------------------------------- | ------------------------------------------------------------ | :--------: | :------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| main | (none) ||| |
| [histoire](../../tree/histoire) | (none) || | Isolated component development. `pnpm story:build` fails (w/Svelte 5). |
| [storybook](../../tree/storybook) | (none) || | Isolated component development. |
| [ui-agnostic](../../tree/ui-agnostic) | [AgnosticUI](https://github.com/AgnosticUI/agnosticui) ||| Worked with Svelte 5 next.41 |
| [ui-bootstrap](../../tree/ui-bootstrap) | [Bootstrap](https://github.com/twbs/bootstrap) || | [Sveltestrap](https://github.com/sveltestrap/sveltestrap), Themes from [Bootswatch](https://github.com/thomaspark/bootswatch). `pnpm check` fails (w/Svelte 5). |
| [ui-bulma](../../tree/ui-bulma) | [Bulma](https://bulma.io/) || | |
| [ui-carbon](../../tree/ui-carbon) | [Carbon](https://carbon-components-svelte.onrender.com/) ||| |
| [ui-framework7](../../tree/ui-framework7) | [Framework7](https://framework7.io/svelte/introduction.html) | || |
| [ui-shoelace](../../tree/ui-shoelace) | [Shoelace](https://shoelace.style/) ||| |
| [ui-svelteui](../../tree/ui-svelteui) | [SvelteUI](https://www.svelteui.org) ||| |
| [ui-tailwindcss](../../tree/ui-tailwindcss) | [TailwindCSS](https://tailwindcss.com) | | | May use components, e.g. [Flowbite](https://flowbite.com/docs/getting-started/introduction/) |
| [ui-konsta](../../tree/ui-konsta) | [Konsta](https://konstaui.com/svelte) || | (Requires TailwindCSS) |
| | [svelte-ux](https://svelte-ux.techniq.dev) | | | (Requires TailwindCSS) |
| | [Skeleton](https://github.com/skeletonlabs/skeleton) | | | (Requires TailwindCSS) |
| | [Flowbite-Svelte](https://flowbite-svelte.com) | | | (Requires TailwindCSS) |
| | Smelte | | | (Requires TailwindCSS) Material + TailwindCSS |
| | [Ionic](https://ionicframework.com) | | | See good [example](https://github.com/Tommertom/svelte-ionic-app). Note: No SSR! |
| | [Chota](https://jenil.github.io/chota/) | | | [SvelteChota](https://alexxnb.github.io/svelte-chota/why_chota) |
| | [Svelterial](https://github.com/svelterialjs/svelterial) | | | [Svelte Materialify](https://github.com/TheComputerM/svelte-materialify) is on a deprecation path. |
| | [Tachyons](https://tachyons.io) | | | |
| | [Svelte Material](https://sveltematerialui.com/) | | | |
| | [Svelte Flat UI](https://svelteui.js.org/#/) | | | |
| | [Attractions](https://github.com/illright/attractions) | | | |
| | [Melt UI](https://melt-ui.com) | | | |
| | [Bits UI](https://bits-ui.com) | | | |
| | [shadcn-svelte](https://www.shadcn-svelte.com) | | | |
| Git Branch | UI Framework | Dark Theme | Svelte 5 | Notes [Legend: ⬤ Yes / ⭘ No ] |
|-|-|:-:|:-:|-|
| main | (none) ||| |
| [histoire](../../tree/histoire) | (none) || | Isolated component development. `pnpm story:build` fails (w/Svelte 5). |
| [storybook](../../tree/storybook) | (none) || | Isolated component development. |
| [ui-agnostic](../../tree/ui-agnostic) | [AgnosticUI](https://github.com/AgnosticUI/agnosticui) ||| Worked with Svelte 5 next.41|
| [ui-bootstrap](../../tree/ui-bootstrap) | [Bootstrap](https://github.com/twbs/bootstrap) ||| [Sveltestrap](https://github.com/sveltestrap/sveltestrap), Themes from [Bootswatch](https://github.com/thomaspark/bootswatch). `pnpm check` fails (w/Svelte 5). [[sveltestrap#79]](https://github.com/sveltestrap/sveltestrap/issues/79) |
| [ui-bulma](../../tree/ui-bulma) | [Bulma](https://bulma.io/) ||| |
| [ui-carbon](../../tree/ui-carbon) | [Carbon](https://carbon-components-svelte.onrender.com/) ||| |
| [ui-framework7](../../tree/ui-framework7) | [Framework7](https://framework7.io/svelte/introduction.html) | || |
| [ui-shoelace](../../tree/ui-shoelace) | [Shoelace](https://shoelace.style/) ||| |
| [ui-svelteui](../../tree/ui-svelteui) | [SvelteUI](https://www.svelteui.org) ||| [[svelteuidev#491]](https://github.com/svelteuidev/svelteui/issues/491) |
| [ui-tailwindcss](../../tree/ui-tailwindcss) | [TailwindCSS](https://tailwindcss.com) | | | May use components, e.g. [Flowbite](https://flowbite.com/docs/getting-started/introduction/) |
| [ui-konsta](../../tree/ui-konsta) | [Konsta](https://konstaui.com/svelte) || | (Requires TailwindCSS) |
| | [svelte-ux](https://svelte-ux.techniq.dev) | | | (Requires TailwindCSS) |
| | [Skeleton](https://github.com/skeletonlabs/skeleton) | | | (Requires TailwindCSS) |
| | [Flowbite-Svelte](https://flowbite-svelte.com) | | | (Requires TailwindCSS) |
| | Smelte | | | (Requires TailwindCSS) Material + TailwindCSS |
| | [Ionic](https://ionicframework.com) | | | See good [example](https://github.com/Tommertom/svelte-ionic-app). Note: No SSR! |
| | [Chota](https://jenil.github.io/chota/) | | | [SvelteChota](https://alexxnb.github.io/svelte-chota/why_chota) |
| | [Svelterial](https://github.com/svelterialjs/svelterial) | | | [Svelte Materialify](https://github.com/TheComputerM/svelte-materialify) is on a deprecation path. |
| | [Tachyons](https://tachyons.io) | | | |
| | [Svelte Material](https://sveltematerialui.com/) | | | |
| | [Svelte Flat UI](https://svelteui.js.org/#/) | | | |
| | [Attractions](https://github.com/illright/attractions) | | | |
| | [Melt UI](https://melt-ui.com) | | | |
| | [Bits UI](https://bits-ui.com) | | | |
| | [shadcn-svelte](https://www.shadcn-svelte.com) | | | |

## Conclusion

Expand Down

0 comments on commit bd7ced7

Please sign in to comment.