Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
import * as netzo from "https://deno.land/x/netzo@0.5.108/deps/@radix-ui/react-accordion.ts";

Variables

AccordionContent contains the collapsible content for an AccordionItem.

AccordionHeader contains the content for the parts of an AccordionItem that will be visible whether or not its content is collapsed.

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

AccordionTrigger is the trigger that toggles the collapsed state of an AccordionItem. It should always be nested inside of an AccordionHeader.