Mist Theme Setup
Apply Mist theme tokens and update button and card primitives for documentation-style UI styling.
Theme Quickstart
Add the Mist theme variables to your global stylesheet (for example app.css or globals.css) so Mist primitives resolve color, border, and contrast
consistently.
Apply Theme
Ensure your root body includes theme-container so the selected Mist theme is
applied across the application.
Required Components
After theme tokens are configured, update these Mist primitives in your app.
| Component | Import Path | Update Scope |
|---|---|---|
| Button | $lib/components/ui/mist/button | Variant and size classes, anchor/button rendering |
| Card | $lib/components/ui/mist/card | Root variants and all card composition primitives |
Button Component
Mist button adds a neutral variant for bold monochrome actions while keeping
the standard shadcn-like variants.
Usage
Source
Card Component
Mist card adds soft and mixed variants to support subtle sections
commonly used across documentation-style layouts.
Usage
Source
Setup Complete
Mist theme setup is now complete. Your app is ready to start using Mist components and build calm, documentation-focused interfaces.
Use primitives from $lib/components/ui/mist/* or explore the Mist components collection to start composing pages.