-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(form-radio): Support button style radios (#728)
* feat(form-radio): Support button style radios Adds new Boolean prop `buttons` (defaults to `false`) that wil enable the radios to be rendered with the look of buttons http://v4-alpha.getbootstrap.com/components/buttons/#checkbox-and-radio-buttons Currently the buttons can only be rendered with the same variant specified by the prop `button-variant`. Different variants for each radio button ar currently not supported (not without altering the `form-options.js` mixin. `stacked` button radios are supported,, but `state` is not supported for button radios * docs((form-radio): Add buttons style documentation
- Loading branch information
1 parent
4648e94
commit c7c150f
Showing
2 changed files
with
153 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters