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