UI Components
Molecules
Quantity Selector

Quantity Selector

The QuantitySelector component allows customers to select the quantity of a given product to purchase.

Overview


Import

Import the component from @faststore/ui

import { QuantitySelector } from '@faststore/ui'

Import Styles

import '@faststore/ui/src/components/molecules/QuantitySelector/styles.scss'

Usage

<QuantitySelector min={1} max={10} initial={5} />

Props

NameTypeDescriptionDefault
Coming Soon

Local tokenDefault value/Global token linked
--fs-qty-selector-widthcalc(var(--fs-control-tap-size) * 2.7)
--fs-qty-selector-heightcalc(var(--fs-control-tap-size) + (var(--fs-qty-selector-border-width) * 2))
--fs-qty-selector-shadownone
--fs-qty-selector-shadow-hover0 0 0 var(--fs-border-width) var(--fs-border-color-active)
--fs-qty-selector-bkg-color
var(--fs-color-body-bkg)
--fs-qty-selector-bkg-color-hover
var(--fs-qty-selector-bkg-color)
--fs-qty-selector-border-radiusvar(--fs-border-radius)
--fs-qty-selector-border-widthvar(--fs-border-width)
--fs-qty-selector-border-width-hovervar(--fs-border-width)
--fs-qty-selector-border-color
var(--fs-border-color)
--fs-qty-selector-border-color-hover
var(--fs-border-color-active)

Nested Elements

Text

Local tokenDefault value/Global token linked
--fs-qty-selector-text-sizevar(--fs-text-size-base)
--fs-qty-selector-text-color
var(--fs-color-text)
--fs-qty-selector-text-color-hover
var(--fs-qty-selector-text-color)

Icon

Local tokenDefault value/Global token linked
--fs-qty-selector-icon-color
var(--fs-color-link)

Button

Local tokenDefault value/Global token linked
--fs-qty-selector-button-shadownone
--fs-qty-selector-button-shadow-hovernone
--fs-qty-selector-button-bkg-colortransparent
--fs-qty-selector-button-bkg-color-hover
var(--fs-color-primary-bkg-light)
--fs-qty-selector-button-bkg-color-focus
var(--fs-qty-selector-button-bkg-color-hover)
--fs-qty-selector-button-border-radiusvar(--fs-qty-selector-border-radius)

Variants

Disabled

<QuantitySelector min={1} max={10} initial={5} disabled />
Local tokenDefault value/Global token linked
--fs-qty-selector-disabled-bkg-color
var(--fs-color-disabled-bkg)
--fs-qty-selector-disabled-text-color
var(--fs-color-disabled-text)
--fs-qty-selector-disabled-icon-color
var(--fs-border-color-light-disabled)
--fs-qty-selector-disabled-border-color
var(--fs-qty-selector-disabled-bkg-color)
--fs-qty-selector-disabled-button-bkg-color
var(--fs-qty-selector-button-bkg-color-hover)

Customization

For further customization, you can use the following data attributes:

data-fs-quantity-selector

data-fs-quantity-selector=["disabled"]

data-quantity-selector-button="left" | "right"

data-quantity-selector-input