@eggspot/theme
v1.0.4
Published
Theme package for Eggspot applications
Readme
@eggspot/theme
Theme package for Eggspot applications.
Installation
npm install @eggspot/theme
# or
pnpm add @eggspot/theme
# or
yarn add @eggspot/themeUsage
import { ThemeProvider } from "@eggspot/theme"
function App() {
return <ThemeProvider>{/* Your app */}</ThemeProvider>
}Exports
@eggspot/theme- Main export (ThemeProvider, ThemeStyle, etc.)@eggspot/theme/globals.css- Global CSS styles (includes generated.css and semantic.css)@eggspot/theme/generated.css- Generated CSS variables@eggspot/theme/semantic.css- Semantic color tokens@eggspot/theme/postcss.config- PostCSS configuration
License
MIT
