Support .buttons class (list of buttons)
See original GitHub issueDoc for .buttons
class: https://bulma.io/documentation/elements/button/#list-of-buttons
The class groups buttons as a list and will automatically wrap on multiple lines when needed.
Example:
<Buttons>
<Button
renderAs="span"
color="success">
Save changes
</Button>
<Button
renderAs="span"
color="info">
Save and continue
</Button>
<Button
renderAs="span"
color="danger">
Cancel
</Button>
<Buttons>
Any thoughts? I can make a pull request on it.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Buttons - Bootstrap
Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
Read more >Bootstrap Buttons - W3Schools
To achieve the button styles above, Bootstrap has the following classes: .btn .btn-default .btn-primary .btn-success .btn-info .btn-warning .btn-danger ...
Read more >Bootstrap Buttons - examples & tutorial
Responsive Buttons built with Bootstrap 5. Multiple predefined button style classes: button link, outline, round button, social, floating, fixed & more.
Read more >Buttons · Arizona Bootstrap
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-* ones to...
Read more >Add and Remove a Class through a list of Buttons
I need to add a clickEvent to each of them, when clicked it needs to check if there's another button with the class(btnActive),...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was thinking on adding that component. If you can do a PR that would be great! Thanks
Hi @couds, I think it would be better to put
<Buttons />
in the same level as<Button />
in storybook. Likerather than
How do you think?