Skip to content

kev-269/kevset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kev-UI KPI Dashboarding

A GNOME/Adwaita-inspired UI component library in plain HTML + CSS + React (via Babel standalone). Engineering-focused, professional palette, light & dark mode, zero build step.

Kev-UI Themes No-Build

Demo

Open index.html for the landing + showcase, or Kev-UI-canvas.html for the raw design canvas with every component side-by-side in light + dark.

What's inside

Category Components
Foundations Color tokens · Type scale · Radius · Spacing
Controls Button (suggested, default, destructive, flat, pill, circular)
Forms Input · Textarea · Select · Checkbox · Radio · Switch · Segmented · Dropzone · Field w/ error states
Layout Card · Accordion · Tabs (underline + pill) · Pagination
Navigation Top navbar · Sidebar · 3 top-bar variants (compact, split, marketing)
Data Sortable table · Stat cards · Sparklines · Gauges · Bar · Line + area · Donut · Time series
Feedback Progress bar · Spinner · Dots · Skeleton · Toast · Dialog · Drawer · Popover
Engineering Pipeline stages · Activity grid · Log panel · Copy-to-clipboard · Zoom viewer · Export menu
Badges Status badges · Removable tags · Keyboard keys
Motion Blueprint reveal · Flight route loader · Radar HUD · Paper airplane
Misc Carousel · Slider

Running locally

Because files load via <script src="components/...">, you need a local server (not file://):

# Python (mac/linux, or Windows with Python installed)
python3 -m http.server 8000

# or Node
npx serve .

Then open http://localhost:8000.

VS Code users: install the Live Server extension, right-click index.htmlOpen with Live Server.

Using components in your own project

Every component lives in its own .jsx file under components/. Copy what you need. All components read from CSS variables defined in components/tokens.jsx — drop that file in first and the rest will inherit the theme.

Switch themes by setting data-theme="dark" on any parent element.

Design tokens

Primary accent is Adwaita blue (#3584e4). All colors, radii, spacing, and type scale are defined as CSS custom properties in components/tokens.jsx — override any of them to re-theme.

About

this is my UI SET design reusable for all devs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors