ColorSwatch

ColorSwatch Component

stable
Playground
Purple
Props
PropTypeDefaultValue
colorcolor
labeltext
sizeselectsm | md | lg
showHexboolean
Default
Purple
Sizes
Sm
Md
Lg
Palette
Red#ef4444
Green#22c55e
Blue#3b82f6
PROPTYPEDEFAULTDESCRIPTION
colorcolorSwatch color
labeltextLabel text
showHexbooleanShow hex value
sizeselectSwatch size
Using ColorSwatchtsx
import { ColorSwatch } from '@/components/ColorSwatch'

<ColorSwatch
  color="..."
  label="..."
  size="..."
  showHex="..."
/>
Tokens Used
No design tokens detected