start
installationstyle
tuix-design uses shortcode like flex w:100% bg:red to define style
usage
pass the shorcode in style props
: represent the css value. Ex: bg:red
use _ (underscode) to present space in css value
<Div style="flex w:100% bg:red">hello world!<Div/>copy
Shortcode
display
| shortcode | css |
| block | display:block |
| inline | display:inline |
| flex | display:flex |
size
| shortcode | css |
| w:value | width:value |
| h:value | height:value |
displaysize