Bootstrap
Docs HomeProduct SiteSupport
  • Introduction
  • Buttons
    • Configuration
    • Data Binding
  • Checkboxes
    • Configuration
    • Data Binding
    • Events
  • Input
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Modals
    • Message
    • Error
  • Search List
    • Configuration
    • Data Binding
    • Methods
  • Select
    • Configuration
    • Data Binding
    • Events
  • Table
    • Configuration
    • Data Binding
    • Events
  • Web Components
Powered by GitBook
On this page

Buttons

PreviousIntroductionNextConfiguration

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.

const myButtons = new wire.bsButtons();

Render the component using an HTML div element.

<div id="buttons"></div>
...
myButtons.render("#buttons",{
    ...
});

Web Component

<wire-bs-buttons wr-config=""></wire-bs-buttons>

Use the wire-bs-buttons web component to render the component using .

Web Components
Buttons
Bootstrap Buttons