
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
@zendeskgarden/react-radios
Advanced tools
Components relating to radio buttons in the Garden Design System
This package includes components relating to radio buttons in the Garden Design System.
This package has been deprecated in favor of the API provided in the @zendeskgarden/react-forms package.
This package will stop receiving updates in a future major release.
npm install @zendeskgarden/react-radios
# Peer Dependencies - Also Required
npm install react react-dom prop-types styled-components @zendeskgarden/react-theming
Our Radio
component is a simple abstraction around the
native <input type="radio" />
element.
/**
* Include radio styling at the root of your application
*/
import '@zendeskgarden/react-radios/dist/styles.css';
import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Radio, Label } from '@zendeskgarden/react-radios';
/**
* Place a `ThemeProvider` at the root of your React application
*/
<ThemeProvider>
<form>
<Radio name="options" value="option-1">
<Label>Option 1</Label>
</Radio>
<Radio name="options" value="option-2" disabled>
<Label>Disabled Option</Label>
</Radio>
<Radio name="options" value="option-3">
<Label>Option 3</Label>
</Radio>
</form>
</ThemeProvider>;
FAQs
Components relating to radio buttons in the Garden Design System
The npm package @zendeskgarden/react-radios receives a total of 92 weekly downloads. As such, @zendeskgarden/react-radios popularity was classified as not popular.
We found that @zendeskgarden/react-radios demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.