UNPKG

@smitch/fluid

Version:

A lightweight, Tailwind-powered React/Next.js UI component library.

8 lines 390 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; var AccordionSection = function (_a) { var children = _a.children; return (_jsx("section", { className: 'accordion-section max-h-0 peer-[.open]:max-h-fit overflow-y-auto transition-all duration-500', role: 'group', children: children })); }; export default AccordionSection; //# sourceMappingURL=AccordionSection.js.map