pontoscc-ui
v0.1.0
Published
Pontos.cc UI component library
Readme
Pontoscc UI Kit
Reusable React component library built with Vite, Tailwind and ShadCN pattern.
Installation
pnpm add pontoscc-uiDevelopment
# Start Vite dev server
pnpm dev
# Preview components with Storybook
pnpm storybookBuilding Library
pnpm buildBuilding Documentation
pnpm build:storybookThe documentation site is automatically deployed to GitHub Pages from the gh-pages branch using the provided workflow.
Theming Example
<div data-ui-context="wallet" className="bg-background text-foreground">
<section className="bg-hero text-hero-foreground p-8">
<h1 className="text-4xl font-bold">Wallet Dashboard</h1>
</section>
<button className="bg-primary text-white hover:bg-primary/90">Transfer</button>
</div>