Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/@radix-ui/react-accordion.ts>AccordionItem

Deno-powered framework for building business web apps
Go to Latest
variable AccordionItem
import { AccordionItem } from "https://deno.land/x/netzo@0.3.91/deps/@radix-ui/react-accordion.ts";

AccordionItem contains all of the parts of a collapsible section inside of an Accordion.

type

React.ForwardRefExoticComponent<AccordionItemProps & React.RefAttributes<HTMLDivElement>>