Theming & Styling
Example Cases
Recommended Usage Example: Colors
module.exports = { royalblue: { '100': '#8DA5ED', '200': '#7A96EA', '300': '#6787E7', '400': '#5478E4', '500': '#4169E1', '600': '#3B5FCB', '700': '#3454B4', '800': '#2E4A9E', '900': '#273F87' } };module.exports = { royalblue: { DEFAULT: '#4169E1', hover: '#2E4A9E', foreground: '#FFFFFF', '100': '#8DA5ED', '200': '#7A96EA', '300': '#6787E7', '400': '#5478E4', '500': '#4169E1', '600': '#3B5FCB', '700': '#3454B4', '800': '#2E4A9E', '900': '#273F87' } }
Color Usage
Primary & Secondary Color
Theming
Styling
Customize Component Style
References
Last updated
Was this helpful?

