-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ButtonGroup #54
Labels
Comments
The idea is good but it is still very complicated to implement and we may encounter some bugs, I lower the priority and put it on "low". |
The goal of this group container is to assign the same props to every buttons within it like this, i think it could be great to have that feature, not only for tonightpass, but as a complete ui-kit. <ButtonGroup variant='outline'>
<Button color='blue'>Save</Button>
<Button>Cancel</Button>
</ButtonGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: