width
Use atomic props to control the width of an element. width is a property used frequently, so we use abbreviations.
Atomic Props | CSS Properties |
---|---|
w-{value} / w={value} | width: {value}; |
Fixed width
Use w-{size}
Atomic Props to control the width of an element.
Result
Loading...
Live Editor
Fluid Width
Result
Loading...
Live Editor