Color

import Color from 'frui/formats/Color';
Copy

Props

NameTypeRequiredNotes
boxbooleanNoShow color box
classNamestringNoStandard HTML class names
lgbooleanNoShow large color box
mdbooleanNoShow medium size color box
smbooleanNoShow small color box
styleCSS ObjectNoStandard CSS object
textbooleanNoShow color text
valuestringYesDefault value

Basics

salmon
<Color value="salmon" />
Copy

Customize

You can apply different sizes to the Color format.

Box

Use box prop to hide the color box.

salmon
<Color box={false} value="salmon" />
Copy

Sizes

Use sm, md, or lg props to change the size of the color box.

salmon
<Color lg value="salmon" />
Copy

You can also add your own custom class to Color format or use any combination of frui-format-color, and frui-format-color-box CSS classes.