Skip to content

Commit 9b29c2e

Browse files
committed
fix(styled accordion): add animated prop
1 parent 17e0c2d commit 9b29c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-styled/src/components/accordion/accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { cn } from '@qwik-ui/utils';
66
import { LuChevronDown } from '@qwikest/icons/lucide';
77

88
const Root = component$<PropsOf<typeof HeadlessAccordion.Root>>((props) => (
9-
<HeadlessAccordion.Root {...props}>
9+
<HeadlessAccordion.Root animated {...props}>
1010
<Slot />
1111
</HeadlessAccordion.Root>
1212
));

0 commit comments

Comments
 (0)