You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple and flexible <Button> Glimmer component, with built-in Bootstrap 4 and FontAwesome 5 integration.
Compatibility
Ember.js v3.24 or above
Ember CLI v3.24 or above
Node.js v12 or above
Installation
ember install @gavant/ember-button-basic
NOTE: This addon uses FontAwesome 5 (@fortawesome/ember-fontawesome) for icon support. However it does NOT install any icon set packages. You must install these separately, following the addon's installation guide, e.g.
yarn add --dev @fortawesome/free-solid-svg-icons
Usage
An example <Button> usage, with all available arguments used. None of the component arguments are required, but in most cases you'll either want to provide a @label and/or @icon, or block content, and a click @action.