You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elijah Meeks edited this page Jan 17, 2018
·
1 revision
<ResponsiveOrdinalFrame /> is a wrapper around OrdinalFrame that makes its height and/or width responsive to changes in the size of its container. It has all the attributes of OrdinalFrame along with the following:
Responsive Attributes
responsiveWidth { bool }
Whether the width (size[0]) changes on container size change to match the size of the container.
responsiveHeight { bool }
Whether the height (size[1]) changes on container size change to match the size of the container.