created:12/30/2020
updated:12/30/2020
loc
99
comments
10%
OPatternColor
Color item displaying as a table row, with color block, sass name, and hex, RGB, and CMYK color values. Design inspired by OPattern.
Color | Variable | Hex | RGB | CMYK |
---|---|---|---|---|
$primary-color | #107CB2 | 16, 124, 178 | 91, 30, 0, 30 | |
$primary-color-light | 30% of $primary-color | |||
$alert-color | #D8400F | 216, 64, 15 | 0, 70, 93, 15 | |
$alert-color-light | 30% of $alert-color | |||
$weather-color | #990099 | 153, 0, 153 | 0, 100, 0, 40 |
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 | - |
package | imports | peer |
---|---|---|
CopyContainer | ||
react ^17.0.1 | FragmentFC | * |
simple-color-converter ^2.1.9 | simpleColorConverter | |
theme-ui ^0.8.4 | jsx |
file | imports |
---|---|
"../utils" | colorToStr |
"../../types" | ColorBlockPropsColorValue |
"../../containers" | TableContainerPropsTableContainerTableRowContainer |