Socket
Socket
Sign inDemoInstall

@n3/react-radio

Package Overview
Dependencies
87
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @n3/react-radio

Radio button component for react applications based on @n3/kit


Version published
Weekly downloads
13
increased by85.71%
Maintainers
5
Install size
11.1 MB
Created
Weekly downloads
 

Readme

Source

@n3/react-radio

Радиокнопка для приложений на базе @n3/kit.

import Radio from '@n3/react-radio';

Props

НазваниеОбязательностьТипЗначение по умолчаниюОписание
value+ReactTextvalue html-элемента input, также передаётся в колбэке onChange
checked+booleanвыбрано
disabledbooleanfalseвыключено
namestring""name html-элемента input
labelReactNodenullтекст/контент, выводящийся рядом с радио
onChange(value: ReactText) => void(): void => {}хэндлер изменения значения, вызывается с параметрами: (newChecked)

FAQs

Last updated on 26 Jan 2021

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