Component Palette for Designers and Developers

Buttons

Primary Buttons


Primary Buttons on Dark Background


Secondary Buttons


Secondary Buttons on Dark Background



ADD TO CART Buttons

ADD TO CART button requires product availability and variant ID to be passed in as props. Those are passed in as: available, variantId. You may also pass in an integer for quantity, boolean value for preorder and backorder props.








ADD TO WISHLIST Buttons

ADD TO WISHLIST button requires product ID and variant ID to be passed in as props. Those are passed in as: productId, variantId. You may also pass in a integer for quantity, string value for customer ID.