@dolanske/vui
v0.2.0
Published
Brother in Christ there's a new UI library
Downloads
383
Readme
VUI
npm i @dolanske/vui
- In your main app entry,
import "@dolanske/vui/style
to import the global CSS - Build your thing bro
1.0 Checklist
- [ ] Real life test
- [ ] Might be useful to build this in the hivecom project
- [ ] Build an example page with 100% of the components
- [ ] Run accessibility tools on it
- [ ] Run color contrast test
- [ ] Make sure it works on mobile down to 340px
- [ ] Components
- [ ] Scale down Typography
1.1
- [ ] Improve customization
- [ ] Test how easy it is to modify values
- [ ] Explore option to provide styling using CSS modules?
- [ ] Make sure all components have their variables localized so that they can be changed on a component level (ugh what a bother)
Post 1.2 components
- [ ] Carousel (slider)
- [ ] CodeBlock
- [ ] Code highlighting
- [ ] Copy code
- [ ] Type, padding, etc
- [ ] Command dropdown
- [ ] Documentation
- [ ] Design my own documentation site (GENERIC?!)
- [ ] Pages
- [ ] CSS variable setup, accent, fonts
- [ ] CSS helpers
- [ ] Components
- [ ] Typography page
Whenever
- [ ] Bump target from ES2022 whenever vite-plugin-dts is fixed