# Button >> Extensions ||90 ```js script import { html } from '@mdjs/mdjs-preview'; import './extensions/bootstrap-button.mjs'; ``` ## Bootstrap button ```js preview-story const capitalize = s => s[0].toUpperCase() + s.slice(1); export const bootstrapButton = () => { const variants = [ 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'light', 'dark', 'link', ]; return html`