@kfont/nimbus
v0.6.0
Published
A vanilla CSS Svelte 5 Component library
Readme
Nimbus
A Svelte 5 component library that does not require Tailwind. All components I have made myself from scratch cumulatively from all of my projects.
Project-wide ideas
- Source code in typescript, but have it convert to jsdoc for production (ts-to-jsdoc)
- css variables in components?
- Css modules preprocessor for better global handling of styles nested in components (Css-modules-preprocessor)
- Sveltekit Server Functions (Sveltekit-Server-Functionss)
Components
- [ ] Toasts
- [ ] Drag and drop
- [ ] DateTime selector
- [ ] Icons
- [ ] Table
- [ ] Flex
- [ ] Grid
- Create a special syntax maybe for being able to quickly draft structural info
Utility functions
- [ ] Utils
- [ ] Hashing functions with levels of complexity
- [ ] Encryption functions with levels of Security
Patterns
- [ ] Login form
- [ ] Flex display showing a small handful of aspects. Grid or Flex.
