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"23export function MyComponent() {4 return <Button variant="default" />5}
Create
Pick a shape and a variant, and get a ready-to-paste starter.
1import { Button } from "@shelf/react"23export function MyComponent() {4 return <Button variant="default" />5}