@ousi-ui/tokens
v0.1.4
Published
Design tokens for Ousi UI
Maintainers
Readme
Install
pnpm add @ousi-ui/tokensUsage
import { colors, spacing, radius, shadows, motion } from '@ousi-ui/tokens'
import { defineTheme, type ThemeShape } from '@ousi-ui/tokens'
const myTheme = defineTheme({
colorScheme: 'dark',
// ... full ThemeShape
})