Box Sizing
Atomic props for controlling how an element is positioned.
Atomic Props | CSS Properties |
---|---|
boxBorder | box-sizing: border-box; |
boxContent | box-sizing: content-box; |
Usage
Result
Loading...
Live Editor
Atomic props for controlling how an element is positioned.
Atomic Props | CSS Properties |
---|---|
boxBorder | box-sizing: border-box; |
boxContent | box-sizing: content-box; |