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.json

Props

PropTypeDefaultDescription
variantstringdefaultButton style
sizestringmdButton size
isLoadingbooleanShow loading state
childrenReactNodeButton text

Usage

import { AddToCartButton } from '@revannasser/ecommerce-ui'

// Add to cart call-to-action button
<AddToCartButton
  variant={...}
  size={...}
  isLoading={true}
/>