See it all in action
Live demo shop with every component working together
AddToCartButton
Add to cart call-to-action button
npx shadcn@latest add https://registry.rifan.xyz/r/add-to-cart-button.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
variant | string | default | Button style |
size | string | md | Button size |
isLoading | boolean | — | Show loading state |
children | ReactNode | — | Button text |
Usage
import { AddToCartButton } from '@revannasser/ecommerce-ui'
// Add to cart call-to-action button
<AddToCartButton
variant={...}
size={...}
isLoading={true}
/>