Reusable UI primitives for building interfaces.
Components
- Button - Primary button component
- ButtonCheckout - Stripe checkout button
- ButtonSignin - Authentication button
- ButtonGradient - Gradient button variant
- Card - Container component
- Input - Form input component
- Badge - Label/tag component
- Modal - Dialog component
- Loader - Loading spinner
- Logo - Logo component
- BuiltWithShipSafe - Attribution badge
- TestimonialsAvatars - Social proof component
Usage Pattern
All UI components follow consistent patterns:
- TypeScript interfaces for props
- DaisyUI/TailwindCSS styling
- Responsive by default
- Accessible markup
Learn More
- Template Components - Uses these UI components
- Custom Components Tutorial