Swatches

The Swatches component is a memoized React component that displays a list of color swatches

import { Swatches } from '@lobehub/ui';

Default

APIs

NameDescriptionTypeDefault
activeColorThe currently active colorstringnull
colorsAn array of colors to be displayed as swatchesstring[](required)
onSelectA function to be called when a swatch is selected(c?:string)=>voidnull
sizeThe size of swatchnumber24