Bundle size
6.0 KB
Every husk component on one page. This is a realistic sample — a project dashboard built entirely with semantic HTML and husk.
6.0 KB
18
0
Override --husk-accent on :root to change the primary color across
all components.
All 18 components compiled. CSS: 6.0 KB gzipped. JS: 1.4 KB gzipped.
| Name | Role | Status | Last active |
|---|---|---|---|
| Aryan Kumar | Owner | Active | Just now |
| Sarah Chen | Editor | Active | 2 min ago |
| Mike Ross | Viewer | Offline | 3 days ago |
| Priya Sharma | Editor | Away | 1 hour ago |
A CSS library that styles HTML elements directly. No classes, no framework.
No. CSS handles everything. JS is optional — only for toasts and dialog wiring.
Override --husk-* CSS custom properties on :root.
It respects prefers-color-scheme automatically. Zero config.
Body text with links, bold, italic,
inline code, and Ctrl + S keyboard shortcuts.
The best CSS framework is the one you don't notice.
Everyone who's been burned by CSS
function deploy(app) {
return fetch('/api/deploy', {
method: 'POST',
body: JSON.stringify({ app }),
});
}