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
{{ message }}
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
className props will help button positioning
To render two buttons on the same line, one ways to approach currently is to wrap it inside a div and attaching required styling
className props will help button positioning
To render two buttons on the same line, one ways to approach currently is to wrap it inside a div and attaching required styling
Feels unnecessary to wrap it inside a div for this small requirement. We can avoid the extra element too by passing className prop directly to button
The text was updated successfully, but these errors were encountered: