https://github.com/protoss78/paper-button-group
A clone of paper-radio-group, using paper-buttons instead.
https://github.com/protoss78/paper-button-group
button group paper paper-button paper-button-group
Last synced: 3 months ago
JSON representation
A clone of paper-radio-group, using paper-buttons instead.
- Host: GitHub
- URL: https://github.com/protoss78/paper-button-group
- Owner: Protoss78
- Created: 2015-07-30T20:55:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T08:28:29.000Z (about 8 years ago)
- Last Synced: 2025-02-24T18:05:22.973Z (4 months ago)
- Topics: button, group, paper, paper-button, paper-button-group
- Language: HTML
- Homepage: https://www.webcomponents.org/preview/Protoss78/paper-button-group
- Size: 320 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/Protoss78/paper-button-group)
# paper-button-group
`paper-button-group` allows user to select only one button from a set.
Checking one button that belongs to a group unchecks any
previously checked button within the same group. Use
`selected` to get or set the selected button.Example:
```html
Oxygen
Carbon
Hydrogen
Nitrogen
Calcium```