@sphyrna/uicomponents
v0.0.9
Published
Sphyrna Svelte Component Library
Downloads
8
Readme
Sphyrna Svelte Component Library
Design Principals
- Statically themed by default with the option of dynamic theming
- "Unkown" attributes are passed through to underlying HTML components. Maximizes flexibily and reduces code footprint at the risk of conflicts.
Static Themes
Dynamic Theming
- Change project config files
- Test integration of TailwindCSS
- Add Static Theming Support - Ensure there are defaults in place. Then test with changed CSS variables
- Add Dynamic Theming Support
- Test Lib Packaging and Import to another project