A React component prop that may vary based on the viewport width. You can either pass in a single value that applies to all viewports or a ResponsivePropObject that specifies responsive behavior.
type ResponsiveProp = T | ResponsivePropObject<T>
Press shift + S to search API reference.
A React component prop that may vary based on the viewport width. You can either pass in a single value that applies to all viewports or a ResponsivePropObject that specifies responsive behavior.
type ResponsiveProp = T | ResponsivePropObject<T>