1. Components
  2. Colors
  3. Color Swatch

Color Swatch

A ColorSwatch displays a preview of a selected color.

<ColorSwatch color="#f00" />

Installation

npx dotui-cli@latest add color-swatch

Usage

Use a ColorSwatch to display a preview of a selected color.

API Reference

PropTypeDefaultDescription
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