Skip to content

Commit

Permalink
Merge branch 'main' into storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
iva2k committed Jul 18, 2024
2 parents 6aa983d + 662fc86 commit 67c63d0
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 @@ -222,34 +222,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 Switch | Notes |
|-|-|:-:|-|
| main | (none) | Y | |
| histoire | (none) | Y | Isolated component development. `pnpm story:build` fails (w/Svelte 5). |
| storybook | (none) | Y | Isolated component development. |
| [ui-agnostic](../../tree/ui-agnostic) | [AgnosticUI](https://github.com/AgnosticUI/agnosticui) | Y | |
| [ui-bootstrap](../../tree/ui-bootstrap) | [Bootstrap](https://github.com/twbs/bootstrap) | Y | [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/) | N | |
| [ui-carbon](../../tree/ui-carbon) | [Carbon](https://carbon-components-svelte.onrender.com/) | Y | Incomplete and currently broken (w/Svelte 5) |
| [ui-framework7](../../tree/ui-framework7) | [Framework7](https://framework7.io/svelte/introduction.html) | N | Incomplete and currently broken (w/Svelte 5) |
| [ui-shoelace](../../tree/ui-shoelace) | [Shoelace](https://shoelace.style/) | Y | |
| [ui-svelteui](../../tree/ui-svelteui) | [SvelteUI](https://www.svelteui.org) | Y | Incomplete and currently broken (w/Svelte 5) |
| [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) | Y | (Requires TailwindCSS) |
| | [svelte-ux](https://svelte-ux.techniq.dev) | Y | (Requires TailwindCSS) |
| | [Skeleton](https://github.com/skeletonlabs/skeleton) | Y | (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 Switch | Works With Svelte 5 | Notes |
|-|-|:-:|:-:|-|
| main | (none) | Y | Y | |
| [histoire](../../tree/histoire) | (none) | Y | | Isolated component development. `pnpm story:build` fails (w/Svelte 5). |
| [storybook](../../tree/storybook) | (none) | Y | | Isolated component development. |
| [ui-agnostic](../../tree/ui-agnostic) | [AgnosticUI](https://github.com/AgnosticUI/agnosticui) | Y | | |
| [ui-bootstrap](../../tree/ui-bootstrap) | [Bootstrap](https://github.com/twbs/bootstrap) | Y | | [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/) | N | | |
| [ui-carbon](../../tree/ui-carbon) | [Carbon](https://carbon-components-svelte.onrender.com/) | Y | | Incomplete and currently broken (w/Svelte 5) |
| [ui-framework7](../../tree/ui-framework7) | [Framework7](https://framework7.io/svelte/introduction.html) | N | | Incomplete and currently broken (w/Svelte 5) |
| [ui-shoelace](../../tree/ui-shoelace) | [Shoelace](https://shoelace.style/) | Y | | |
| [ui-svelteui](../../tree/ui-svelteui) | [SvelteUI](https://www.svelteui.org) | Y | | Incomplete and currently broken (w/Svelte 5) |
| [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) | Y | | (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 67c63d0

Please sign in to comment.