From 1dfaaac5b02538b8dacfb09394ca1419906e5d01 Mon Sep 17 00:00:00 2001 From: Andrew Scofield Date: Tue, 8 Oct 2024 10:21:13 -0500 Subject: [PATCH] Fix Accodion demo in docs --- components/demos/Accordion/tailwind/index.jsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/components/demos/Accordion/tailwind/index.jsx b/components/demos/Accordion/tailwind/index.jsx index 7d095a17..017ac189 100644 --- a/components/demos/Accordion/tailwind/index.jsx +++ b/components/demos/Accordion/tailwind/index.jsx @@ -10,27 +10,27 @@ const AccordionDemo = () => ( defaultValue="item-1" collapsible > - - Is it accessible? - + + Is it accessible? + Yes. It adheres to the WAI-ARIA design pattern. - - + + - - Is it unstyled? - + + Is it unstyled? + Yes. It's unstyled by default, giving you freedom over the look and feel. - - + + - - Can it be animated? - + + Can it be animated? + Yes! You can animate the Accordion with CSS or JavaScript. - - + + );