Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
5
Maintainers
55
Versions
12
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
2.4K
increased by27.48%
Maintainers
55
Created
Weekly downloads
 

Readme

Source

AtomRadioButton

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

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.

FAQs

Last updated on 22 Mar 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc