@timetiles/ui
v0.1.0
Published
Themeable UI component library with shadcn/ui patterns — buttons, cards, charts, and page blocks
Maintainers
Readme
@timetiles/ui
Themeable React component library built on shadcn/ui patterns. Provides buttons, cards, charts, page-layout blocks, and design tokens for building cartographic-themed interfaces.
Install
npm install @timetiles/uiUsage
Wrap your application with UIProvider and import components:
import { UIProvider } from "@timetiles/ui/provider";
import { Button } from "@timetiles/ui/components/button";
export default function App() {
return (
<UIProvider>
<Button variant="default">Get Started</Button>
</UIProvider>
);
}Customization
See THEMING.md for the full theming and customization guide.
License
AGPL-3.0-or-later
