question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support .buttons class (list of buttons)

See original GitHub issue

Doc 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:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
coudscommented, Oct 12, 2018

I was thinking on adding that component. If you can do a PR that would be great! Thanks

0reactions
kennethnymcommented, Oct 12, 2018

Hi @couds, I think it would be better to put <Buttons /> in the same level as <Button /> in storybook. Like

|_Button
|_Buttons

rather than

|_Button
   |_Default
   |_...
   |_Buttons

How do you think?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found