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
In a particular use case of mine, I'd like the ButtonGroup component to stretch to full width, with each button child being equal width filling the space.
Additionally, the ButtonGroup component is missing class and style props, so at this stage I don't even have a way of manually putting class="w-full" on the ButtonGroup sadly.
The text was updated successfully, but these errors were encountered:
In a particular use case of mine, I'd like the
ButtonGroup
component to stretch to full width, with each button child being equal width filling the space.For example, something similar to:
From:
Additionally, the
ButtonGroup
component is missingclass
andstyle
props, so at this stage I don't even have a way of manually puttingclass="w-full"
on the ButtonGroup sadly.The text was updated successfully, but these errors were encountered: