🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@s-ui/react-atom-radio-button

Package Overview
Dependencies
Maintainers
83
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-radio-button

AtomRadioButton is a component that displays an input radio w/ its expected behavior

1.13.0
latest
Source
npm
Version published
Weekly downloads
2.1K
-2.81%
Maintainers
83
Weekly downloads
 
Created
Source

AtomRadioButton

AtomRadioButton is a component that displays an input radio w/ its expected behavior

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-atom-radio-button --save

Usage

import AtomRadioButton from '@s-ui/react-atom-radio-button'

Basic usage

<AtomRadioButton />

Checked

<AtomRadioButton checked />

Disabled

<AtomRadioButton disabled />

w/ onChange handler

<AtomRadioButton onChange={console.log} />

Find full description and more examples in the demo page.

Keywords

@s-ui

FAQs

Package last updated on 25 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts