- Components
- Colors
- Color Swatch
Color Swatch
A ColorSwatch displays a preview of a selected color.
default.tsx
Installation
CLI
Manual
npm
pnpm
yarn
bun
Usage
Use a ColorSwatch
to display a preview of a selected color.
API Reference
Prop | Type | Default | Description |
---|---|---|---|
color* | string | Color | null | - | The color value to display in the swatch. |
children | ReactNode | (values: ColorSwatchRenderProps & {defaultChildren: ReactNode | undefined}) => ReactNode | - | The children of the component. A function may be provided to alter the children based on component state. |
className | string | - | The CSS className for the element. |
style | CSSProperties | (values: ColorSwatchRenderProps & {defaultStyle: CSSProperties}) => CSSProperties | - | The inline style for the element. A function may be provided to compute the style based on component state. |
Last updated on 10/11/2024