cattleya-ui
v1.0.0
Published
Component library for building applications that flourish.
Maintainers
Readme
Installation
npm install cattleya-uiUsage
Import the design system styles once in your app entry:
import 'cattleya-ui/styles.css'Components follow a copy-friendly source style — browse them in this package (src/components) or on GitHub, then bring the ones you need into your project:
import { Button } from './components/button'
export function Example() {
return <Button variant="default">Button</Button>
}Wondering why components aren't imported directly from the package? See Why copy-paste instead of a direct import.
