Create

Build a component, copy the code

Pick a shape and a variant, and get a ready-to-paste starter.

MyComponent.tsx
tsx
1import { Button } from "@shelf/react"
2
3export function MyComponent() {
4 return <Button variant="default" />
5}