# @the-order/ui Design system and UI components for The Order. ## Usage ```tsx import { Button } from '@the-order/ui'; function MyComponent() { return ; } ``` ## Components - `Button` - Button component with variants ## Development ```bash # Build pnpm build # Watch mode pnpm dev ```