Extensions

Press shift + S to search API reference.

Interface

PaddingProps

View source
interface PaddingProps
paddingOptionalResponsiveProp<PaddingProperty<Length>>

Sets the padding area on all four sides of an element. It is a shorthand for paddingTop, paddingRight, paddingBottom, and paddingLeft.

paddingBottomOptionalResponsiveProp<PaddingBottomProperty<Length>>

Sets the height of the padding area on the bottom side of an element.

paddingLeftOptionalResponsiveProp<PaddingLeftProperty<Length>>

Sets the width of the padding area on the left side of an element.

paddingRightOptionalResponsiveProp<PaddingRightProperty<Length>>

Sets the width of the padding area on the right side of an element.

paddingTopOptionalResponsiveProp<PaddingTopProperty<Length>>

Sets the height of the padding area on the top side of an element.

paddingXOptionalResponsiveProp<PaddingProperty<Length>>

Sets the width of the padding area on the left and right sides of an element.

paddingYOptionalResponsiveProp<PaddingProperty<Length>>

Sets the height of the padding area on the top and bottom sides of an element.