Skip to main content

Border Style

Atomic props for controlling the style of an element's borders.

Atomic PropsCSS Properties
borderSolidborder-style: solid;
borderDashedborder-style: dashed;
borderDottedborder-style: dotted;
borderDoubleborder-style: double;
borderNoneborder-style: none;

Usage

Use border{style} props to control an element's border style.

Result
Loading...
Live Editor