From 715bc3faf6f58270116c26ad15f292984d0a56ac Mon Sep 17 00:00:00 2001 From: sejutaimpian Date: Tue, 20 Aug 2024 09:44:35 +0700 Subject: [PATCH] add: add accordion component with 2 style, simple and always open. --- components/accordion/AlwaysOpen.html | 72 ++++++++++++++++++++++++ components/accordion/Simple.html | 84 ++++++++++++++++++++++++++++ 2 files changed, 156 insertions(+) create mode 100644 components/accordion/AlwaysOpen.html create mode 100644 components/accordion/Simple.html diff --git a/components/accordion/AlwaysOpen.html b/components/accordion/AlwaysOpen.html new file mode 100644 index 0000000..67ff8c7 --- /dev/null +++ b/components/accordion/AlwaysOpen.html @@ -0,0 +1,72 @@ + + + + + + + + Meraki UI Components + + + + + + + + + + +
+
+ +

+ Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of your + website. with + support for RTL languages, and a sleek Dark Mode. +

+
+
+ +

+ Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of your + website. with + support for RTL languages, and a sleek Dark Mode. +

+
+
+ +

+ Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of your + website. with + support for RTL languages, and a sleek Dark Mode. +

+
+
+ + + \ No newline at end of file diff --git a/components/accordion/Simple.html b/components/accordion/Simple.html new file mode 100644 index 0000000..dab109c --- /dev/null +++ b/components/accordion/Simple.html @@ -0,0 +1,84 @@ + + + + + + + + Meraki UI Components + + + + + + + + + + +
+
+ + +

+ Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of your + website. with + support for RTL languages, and a sleek Dark Mode. +

+
+
+ + +

+ Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of your + website. with + support for RTL languages, and a sleek Dark Mode. +

+
+
+ + +

+ Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of your + website. with + support for RTL languages, and a sleek Dark Mode. +

+
+
+ + + + \ No newline at end of file