Buttons

Bootstrap's Buttons enhance the basic HTML button group.

Use the bsButtons class to create an instance of Bootstrap's button group inside WireBootstrap.
const myButtons = new wire.bsButtons();Render the component using an HTML div element.
<div id="buttons"></div>
...
myButtons.render("#buttons",{
...
});Web Component
Use the wire-bs-buttons web component to render the component using Web Components.
<wire-bs-buttons wr-config=""></wire-bs-buttons>Last updated