New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@instructure/ui-radio-input

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-radio-input

A styled HTML input type='radio' element


Version published
Weekly downloads
8.2K
increased by2.33%
Maintainers
0
Weekly downloads
 
Created

category: packages

ui-radio-input

npm MIT License Code of Conduct

A styled HTML input type="radio" element

Components

The ui-radio-input package contains the following:

Installation

npm install @instructure/ui-radio-input

Usage

import React from 'react'
import { RadioInput } from '@instrucutre/ui-radio-input'

const MyRadioInput = () => {
  return <RadioInput label="Turn on all the features" value="foo" name="bar" />
}

FAQs

Package last updated on 02 Dec 2024

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