
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@zendeskgarden/react-accordions
Advanced tools
Components related to accordions in the Garden Design System
This package includes components related to accordions in the Garden Design System.
npm install @zendeskgarden/react-accordions
# Peer Dependencies - Also Required
npm install react react-dom styled-components @zendeskgarden/react-theming
import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Accordion } from '@zendeskgarden/react-accordions';
/**
* Place a `ThemeProvider` at the root of your React application
*/
<ThemeProvider>
<Accordion level={3}>
<Accordion.Section>
<Accordion.Header>
<Accordion.Label>Turnip greens yarrow</Accordion.Label>
</Accordion.Header>
<Accordion.Panel>
Turnip greens yarrow ricebean rutabaga endive cauliflower sea lettuce kohlrabi amaranth
water spinach avocado daikon napa cabbage asparagus winter purslane kale.
</Accordion.Panel>
</Accordion.Section>
<Accordion.Section>
<Accordion.Header>
<Accordion.Label>Corn amaranth salsify</Accordion.Label>
</Accordion.Header>
<Accordion.Panel>
Corn amaranth salsify bunya nuts nori azuki bean chickweed potato bell pepper artichoke.
Nori grape silver beet broccoli kombu beet greens fava bean potato quandong celery.
</Accordion.Panel>
</Accordion.Section>
<Accordion.Section>
<Accordion.Header>
<Accordion.Label>Celery quandong swiss</Accordion.Label>
</Accordion.Header>
<Accordion.Panel>
Celery quandong swiss chard chicory earthnut pea potato. Salsify taro catsear garlic gram
celery bitterleaf wattle seed collard greens nori.
</Accordion.Panel>
</Accordion.Section>
</Accordion>
</ThemeProvider>;
import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Stepper } from '@zendeskgarden/react-accordions';
/**
* Place a `ThemeProvider` at the root of your React application
*/
<ThemeProvider>
<Stepper>
<Stepper.Step>
<Stepper.Label>Brussels</Stepper.Label>
<Stepper.Content>
Brussels sprout coriander water chestnut gourd swiss chard wakame kohlrabi radish artichoke.
</Stepper.Content>
</Stepper.Step>
<Stepper.Step>
<Stepper.Label>Beetroot</Stepper.Label>
<Stepper.Content>
Beetroot carrot watercress. Corn amaranth salsify bunya nuts nori azuki bean turnip greens.
</Stepper.Content>
</Stepper.Step>
<Stepper.Step>
<Stepper.Label>Turnip</Stepper.Label>
<Stepper.Content>
Turnip chicory salsify pea sprouts fava bean. Dandelion zucchini burdock yarrow chickpea.
</Stepper.Content>
</Stepper.Step>
</Stepper>
</ThemeProvider>;
FAQs
Components related to accordions in the Garden Design System
The npm package @zendeskgarden/react-accordions receives a total of 22,043 weekly downloads. As such, @zendeskgarden/react-accordions popularity was classified as popular.
We found that @zendeskgarden/react-accordions demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.