Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 568 Bytes

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

  1. Change project config files
  2. Test integration of TailwindCSS
  3. Add Static Theming Support - Ensure there are defaults in place. Then test with changed CSS variables
  4. Add Dynamic Theming Support
  5. Test Lib Packaging and Import to another project