carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.65k stars 256 forks source link

docs: replace Storybook with plain webpack app #100

Closed metonym closed 3 years ago

metonym commented 4 years ago

Although Storybook has been useful in guiding the initial development of the library, it would be more realistic if the library is consumed directly in a plain webpack application.

Particularly for Svelte, Storybook does not illustrate usage of components in a deliberate way. The consumption of components is currently hidden in .Story.svelte files.


Pain points of Storybook/Svelte

Benefits of using a plain webpack set-up


Features

Plan

metonym commented 3 years ago

We use a Routify/svite/MDsveX set-up for documentation. Storybook will be removed soon.