Svelteit Logo

Svelteit v1.0.0-alpha.7

Back

Svelteit version v1.0.0-alpha.7 is released today. This release fixes several bugs and adds new components: ButtonGroup, Badges, Labels, as well as refactored Buttons and Lists components.

We've also made it possible to import our components all together instead of individually by doing the following: import { Svelteit } from '@colorfuldots/svelteit' and then adding your component like so: Button Title - this option is backwards compatibility with your existing individual component imports like import { Button } from '@colorfuldots/svelteit'.

Happy Coding!