This is a library created to work with my upcoming book, "Creating Web Components with Svelte", to be poublished by Apress.
It contains the following components:
Notes: All components have tests - these are written in Jest, using the Svelte Testing Library. All components (except SideBar) are available via Storybook, hosted on Netlify - see the link at the top of this page.
To install this library, do the following:
git clone https://github.com/alexlibby/cobalt.git
npm install
to install all dependencies for the library.Below is a summary of future changes that I'm looking to implement in the library - I will also include individual roadmaps for each component in separate files.
Key features:
Full details available on the roadmap page.
Roadmaps for each component:
Checkbox: Roadmap
Accordion: TBA
Alert: TBA
Breadcrumbs: TBA
Dialog: TBA
ImageGrid: TBA
Input: TBA
SelectBox: TBA
Slider: TBA
Spinner: TBA
Tabs: TBA
Tooltip: TBA
SideBar: this will be added once the component is moved into Storybook