Extensions

Press shift + S to search API reference.

Interface

ResponsivePropObject

View source

An object that specifies the responsive behavior of a ResponsiveProp. For each viewport size, you may specify the value that will be used for the prop. This is equivalent to defining a media query in CSS.

interface ResponsivePropObject
largeViewportT

Sets the value of this responsive prop in a large viewport.

mediumViewportT

Sets the value of this responsive prop in a medium viewport.

smallViewportT

Sets the value of this responsive prop in a small viewport.

xsmallViewportT

Sets the value of this responsive prop in an extra small viewport.