Muse Design System
Tokens and components reconstructed from the Muse writing analytics dashboard.
Everything here resolves through @muse/css/tokens.css — no component
contains a literal design value.
Live
Every component in every state — including hover, focus, disabled, loading, empty and error. Has a light/dark toggle.
Open →Live · React
Phase 1 components with demos, prop tables and copyable code. Behaviour from Base UI, paint from @muse/css.
Open →Reference
Markdown serves as plain text — read them in the editor for formatting.
Consuming the library
import '@muse/css'
<body class="muse-app">
Override tokens after the import — never edit component files.
Switch themes by stamping the root: <html data-theme="light">.