created:12/30/2020
updated:12/30/2020
loc
73
comments
14%
AnvilColor
Color item displaying the color as a color block with a dot suggesting the best text color and a block of text with the color title, name, and value. Design inspired by Anvil.
Critical
Red400 #f94d32
Warning
Yellow400 #ffc902
Success
Green500 #18a761
Info
Blue400 #2270ee
Border
Neutral60 #dfe0e1
Accent
Neutral40 #f5f5f5
Name | Description | Default |
---|---|---|
name | name of the color, If none, or same as the color value, some color blocks will not display it string | - |
color | color value as a string. accepted hex, rgb, hsl color strings ColorValue | - |
hover | hover prop boolean | - |
blackTextColor | text color for the theme. this property is used for AA contrast testing. by default, this is black = #000000 string | - |
whiteTextColor | dark mode text color for the theme. this property is used for AA contrast testing. by default, this is white = #ffffff string | - |
file | imports |
---|---|
"../utils" | colorToStrmostReadable |
"../../types" | ColorBlockProps |
"../../containers" | GridContainerPropsGridContainer |