v0.1.2 - 54 Components
Artivism Design System
A comprehensive multimodal design system for the artivism ecosystem. Built with React, TypeScript, Tailwind CSS, and shadcn/ui.
Design Tokens
Centralized color, spacing, and typography tokens for consistent theming across your projects
@artivism/tokensUI Components
54 production-ready components with full TypeScript support and accessibility features
@artivism/uiTurborepo Monorepo
Optimized workspace setup with fast builds and efficient development workflow
npm workspacesQuick Start
Install the packages and start building beautiful interfaces
Install packages:
npm install @artivism/ui @artivism/tokensImport and use:
import { Button } from "@artivism/ui/button"
export default function App() {
return <Button>Click me</Button>
}