Interface
BorderProps
View sourceinterface BorderProps
border | OptionalResponsiveProp<BorderProperty<Length>> Sets an element's border. It's a shorthand for |
borderBottom | OptionalResponsiveProp<BorderBottomProperty<Length>> Sets the width, line style, and color for an element's bottom border. |
borderColor | OptionalResponsiveProp<BorderColorProperty> Sets the color of all sides of an element's border. |
borderLeft | OptionalResponsiveProp<BorderLeftProperty<Length>> Sets the width, line style, and color for an element's left border. |
borderRight | OptionalResponsiveProp<BorderRightProperty<Length>> Sets the width, line style, and color for an element's right border. |
borderStyle | OptionalResponsiveProp<BorderStyleProperty> Sets the line style for all four sides of an element's border. |
borderTop | OptionalResponsiveProp<BorderTopProperty<Length>> Sets the width, line style, and color for an element's top border. |
borderWidth | OptionalResponsiveProp<BorderWidthProperty<Length>> Sets the widths of all four sides of an element's border. |
borderX | OptionalResponsiveProp<BorderProperty<Length>> Sets the width, line style, and color for an element's left and right borders. |
borderY | OptionalResponsiveProp<BorderProperty<Length>> Sets the width, line style, and color for an element's top and bottom borders. |