0.0.12 • Published 5 months ago
@ims360/svelte-ivory v0.0.12
Ivory, more than just a skeleton
A svelte library with a bunch of components and utilities, building upon skeletons design system.
Currently this library is primarily intended for our (ims360) internal use, so documentation is sparse at the moment.
Eventually we will add more documentation and examples to make it easier for devs outside our organization to use.
Setup
Include this line in your app.css
file, so the TW classes used in the lib are included:
@source "../node_modules/@ims360/svelte-ivory";
You may need to adjust the path if your app.css
is not located in /src
Roadmap
- Basic components (checkbox, toggle)
- Basic layout components (modal, tabs, popover, etc.)
- Table
- Input components