Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 933 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 933 Bytes

VUI

  1. npm i @dolanske/vui
  2. In your main app entry,import "@dolanske/vui/style to import the global CSS
  3. 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
  • Sidebar

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