Swatches
The Swatches component is a memoized React component that displays a list of color swatches
import { Swatches } from '@lobehub/ui';The Swatches component is a memoized React component that displays a list of color swatches
import { Swatches } from '@lobehub/ui';| Name | Description | Type | Default | 
|---|---|---|---|
| activeColor | The currently active color | string | null | 
| colors | An array of colors to be displayed as swatches | string[] | (required) | 
| onSelect | A function to be called when a swatch is selected | (c?:string)=>void | null | 
| size | The size of swatch | number | 24 |