Slate Design 1 is a Svelte 5 design system for building modern web applications. It provides a set of reusable components and styles that can be used to create consistent and visually appealing user interfaces.
To install Slate Design 1, run the following command:
bun add @slatetech/designTo develop components in the Storybook environment, run the following command:
bun design devTo run a test build, run:
bun design build:uiThis uses svelte-package to compile components and types into dist/, and runs a script to update the package.json exports map.
bun linkbun link @slatetech/designTo drop the link and use the published version again:
bun unlink @slatetech/design
bun installOnce you're done developing a feature, run the following command:
bunx changeset- then select @slatetech/design
- choose patch, minor, or major
- write one short summary line
Then open a PR into main, we'll review it and merge it, then it'll be automatically published.