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
The current Sheet component doesn't allow us to adjust the min-width or other properties of the displayed div.
The current default it's too small for some applications:
Currently, we only can adjust it using CSS.
Improvements
We could allow the component to receive a classname props, which would allow us to pass a bootstrap classname to the Sheet div, making it easier to customize.
The text was updated successfully, but these errors were encountered:
Feedback summary
The current
Sheet
component doesn't allow us to adjust themin-width
or other properties of the displayed div.The current default it's too small for some applications:
Currently, we only can adjust it using CSS.
Improvements
We could allow the component to receive a
classname
props, which would allow us to pass a bootstrap classname to the Sheet div, making it easier to customize.The text was updated successfully, but these errors were encountered: