diff --git a/docs-content/html/accordion/index.ts b/docs-content/html/accordion/index.ts index 11713e533..a9057f1f1 100644 --- a/docs-content/html/accordion/index.ts +++ b/docs-content/html/accordion/index.ts @@ -1,3 +1,4 @@ export * from "./accordion"; export * from "./accordion-custom-icon"; export * from "./accordion-disabled"; +export * from "./nested-accordion"; diff --git a/docs-content/html/accordion/nested-accordion.tsx b/docs-content/html/accordion/nested-accordion.tsx new file mode 100644 index 000000000..128a90256 --- /dev/null +++ b/docs-content/html/accordion/nested-accordion.tsx @@ -0,0 +1,98 @@ +export function NestedAccordion() { + return ( + <> +
(open === 1) is set to be disabled by passing the disabled prop. This means that this section will not be interactive and cannot be opened or closed by the user.
+---
+
+