March 2019
Intermediate to advanced
534 pages
14h 52m
English
Material-UI has core hues that can be imported and can help you with building your theme:
import red from '@material-ui/core/colors/red';import pink from '@material-ui/core/colors/pink';import purple from '@material-ui/core/colors/purple';import deepPurple from '@material-ui/core/colors/deepPurple';import indigo from '@material-ui/core/colors/indigo';import blue from '@material-ui/core/colors/blue';import lightBlue from '@material-ui/core/colors/lightBlue';import cyan from '@material-ui/core/colors/cyan';import teal from '@material-ui/core/colors/teal';import green from '@material-ui/core/colors/green';import lightGreen from '@material-ui/core/colors/lightGreen';import lime from '@material-ui/core/colors/lime';import yellow ...
Read now
Unlock full access