@pittorica/radio-react
v0.26.3
Published
The `Radio` component.
Downloads
960
Readme
@pittorica/radio-react
The Radio component.
Installation
```bash npm install @pittorica/radio-react ```
Usage
```jsx import { Radio } from '@pittorica/radio-react';
function MyForm() { const [selectedValue, setSelectedValue] = useState('option1');
return (
License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
