npm.io
25.2.8 • Published 1 week ago

@vaadin/radio-group

Licence
Apache-2.0
Version
25.2.8
Deps
6
Size
126 kB
Vulns
0
Weekly
0
Stars
579

@vaadin/radio-group

A web component that allows the user to choose one item from a group of choices.

Documentation + Live Demo

<vaadin-radio-group label="Travel class">
  <vaadin-radio-button value="economy" label="Economy"></vaadin-radio-button>
  <vaadin-radio-button value="business" label="Business"></vaadin-radio-button>
  <vaadin-radio-button value="firstClass" label="First Class"></vaadin-radio-button>
</vaadin-radio-group>

Screenshot of vaadin-radio-group

Installation

Install the component:

npm i @vaadin/radio-group

Once installed, import the component in your application:

import '@vaadin/radio-group';

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

License

Apache License 2.0

Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

Keywords