Quick examples
#
Special props and valueschild
#
Add any child CSS/pseudo definition.
Live Editor
Result
#
Pseudo selectors/statesPseudo definitions are also having shorthands, always starting with :
.
Live Editor
Result
raw
#
Use it to pass raw CSS string / Style object.
Live Editor
Result
#
Number valuesProperties awaiting numeric values with a unit can accept pure numbers for built-in automatic conversion.
If not a number is given, the value will be used as-is.
Example:
Live Editor
Result
#
Array valuesShorthand properties awaiting numeric values with units can accept an array as an input.
Example:
Live Editor
Result