zaravand-ui
v1.1.3
Published
Reusable React UI library with centralized theme tokens.
Readme
zaravand-ui
Reusable React UI library with centralized theme tokens.
Install
npm i zaravand-uiUsage
import "zaravand-ui/styles.css"
import { Button, applyTheme } from "zaravand-ui"
applyTheme({
primary: "#2563EB",
secondary: "#0891B2",
text: "#F8FAFC",
success: "#16A34A",
warning: "#EAB308",
danger: "#DC2626",
border: "#334155",
surface: "#0F172A",
mutedSurface: "#1E293B",
tooltipSurface: "#0B1120",
})
export function Example() {
return <Button label="Save" />
}Scripts
npm run buildnpm run docs:devnpm run docs:buildnpm run docs:preview
Documentation
- Developer docs (VitePress):
docs/ - Full integration guide:
ZARAVAND_UI_INTEGRATION_GUIDE.md
