Socket
Book a DemoInstallSign in
Socket

@instructure/ui-radio-input

Package Overview
Dependencies
Maintainers
43
Versions
1452
Alerts
File Explorer

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

Source
npmnpm
Version
10.24.3-snapshot-19
Version published
Weekly downloads
9K
-4.74%
Maintainers
43
Weekly downloads
 
Created
Source

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 08 Sep 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