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