An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](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

```