Compare commits

...

6 Commits

Author SHA1 Message Date
Khatab Wedaa
fe0472efe9 Merge pull request #102 from merakiuilabs/revert-96-feat/dark-themed-banner-component
Revert "feat: Dark Themed Banner Component'"
2025-07-11 18:49:28 +03:00
Khatab Wedaa
4d6bad4bf1 Revert "feat: Dark Themed Banner Component'" 2025-07-11 18:49:18 +03:00
Khatab Wedaa
06974acf04 Merge pull request #101 from merakiuilabs/revert-92-accordion
Revert "New Components: Accordion"
2025-07-11 18:48:47 +03:00
Khatab Wedaa
a026e92d0e Revert "New Components: Accordion" 2025-07-11 18:48:35 +03:00
Khatab Wedaa
3e579bfdb7 Merge pull request #100 from merakiuilabs/revert-94-feat/light-themed-banner-component
Revert "feat: Light Themed Banner Component"
2025-07-11 18:48:23 +03:00
Khatab Wedaa
d9c95b9a1a Revert "feat: Light Themed Banner Component" 2025-07-11 18:47:46 +03:00
4 changed files with 0 additions and 246 deletions

View File

@@ -1,72 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meraki UI Components</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
[x-cloak] {
display: none !important;
}
</style>
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
</head>
<body class="mx-auto max-w-7xl dark:bg-gray-900">
<div class="dark:text-gray-50">
<div x-data="{ isActive: false }" class="border-b dark:border-b-gray-700">
<button type="button" @click="isActive = !isActive"
class="font-medium hover:underline flex justify-between items-center w-full py-4 cursor-pointer">
<span>What is Meraki UI?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-4 duration-300" x-bind:class="{ 'rotate-180': isActive }">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</button>
<p x-cloak x-show="isActive" x-collapse class="text-sm pb-4">
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.
</p>
</div>
<div x-data="{ isActive: false }" class="border-b dark:border-b-gray-700">
<button type="button" @click="isActive = !isActive"
class="font-medium hover:underline flex justify-between items-center w-full py-4 cursor-pointer">
<span>What is Meraki UI?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-4 duration-300" x-bind:class="{ 'rotate-180': isActive }">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</button>
<p x-cloak x-show="isActive" x-collapse class="text-sm pb-4">
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.
</p>
</div>
<div x-data="{ isActive: false }" class="border-b dark:border-b-gray-700">
<button type="button" @click="isActive = !isActive"
class="font-medium hover:underline flex justify-between items-center w-full py-4 cursor-pointer">
<span>What is Meraki UI?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-4 duration-300" x-bind:class="{ 'rotate-180': isActive }">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</button>
<p x-cloak x-show="isActive" x-collapse class="text-sm pb-4">
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.
</p>
</div>
</div>
</body>
</html>

View File

@@ -1,84 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meraki UI Components</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
[x-cloak] {
display: none !important;
}
</style>
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
</head>
<body class="mx-auto max-w-7xl dark:bg-gray-900">
<div x-data="{
activeAccordion: 1,
setActiveAccordion(id) {
(this.activeAccordion === id) ? this.activeAccordion = null : this.activeAccordion = id;
}
}" class="dark:text-gray-50">
<div x-data="{ id: $id('accordion') }" class="border-b dark:border-b-gray-700">
<button type="button" @click="setActiveAccordion(id)"
class="font-medium hover:underline flex justify-between items-center w-full cursor-pointer py-4">
<span>What is Meraki UI?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-4 duration-300"
x-bind:class="{ 'rotate-180': activeAccordion === id }">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</button>
<p x-cloak x-show="activeAccordion === id" x-collapse class="text-sm pb-4">
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.
</p>
</div>
<div x-data="{ id: $id('accordion') }" class="border-b dark:border-b-gray-700">
<button type="button" @click="setActiveAccordion(id)"
class="font-medium hover:underline flex justify-between items-center w-full cursor-pointer py-4">
<span>What is Meraki UI?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-4 duration-300"
x-bind:class="{ 'rotate-180': activeAccordion === id }">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</button>
<p x-cloak x-show="activeAccordion === id" x-collapse class="text-sm pb-4">
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.
</p>
</div>
<div x-data="{ id: $id('accordion') }" class="border-b dark:border-b-gray-700">
<button type="button" @click="setActiveAccordion(id)"
class="font-medium hover:underline flex justify-between items-center w-full cursor-pointer py-4">
<span>What is Meraki UI?</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="size-4 duration-300"
x-bind:class="{ 'rotate-180': activeAccordion === id }">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</button>
<p x-cloak x-show="activeAccordion === id" x-collapse class="text-sm pb-4">
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.
</p>
</div>
</div>
</body>
</html>

View File

@@ -1,46 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meraki UI Components</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<section class="bg-gray-900 text-white">
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center">
<div class="mx-auto max-w-3xl text-center">
<h1
class="bg-gradient-to-r from-green-300 via-blue-500 to-purple-600 bg-clip-text text-3xl font-extrabold text-transparent sm:text-5xl">
Understand User Flow.
<span class="sm:block"> Increase Conversion. </span>
</h1>
<p class="mx-auto mt-4 max-w-xl sm:text-xl/relaxed">
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.
</p>
<div class="mt-8 flex flex-wrap justify-center gap-4">
<a class="block w-full rounded border border-blue-600 bg-blue-600 px-12 py-3 text-sm font-medium text-white hover:bg-transparent hover:text-white focus:outline-none focus:ring active:text-opacity-75 sm:w-auto"
href="#">
Get Started
</a>
<a class="block w-full rounded border border-blue-600 px-12 py-3 text-sm font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring active:bg-blue-500 sm:w-auto"
href="#">
Learn More
</a>
</div>
</div>
</div>
</section>
</body>
</html>

View File

@@ -1,44 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meraki UI Components</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<section class="bg-gray-50">
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center">
<div class="mx-auto max-w-xl text-center">
<h1 class="text-3xl font-extrabold sm:text-5xl">
Understand User Flow.
<strong class="font-extrabold text-gray-700 sm:block"> Increase Conversion. </strong>
</h1>
<p class="mt-4 sm:text-xl/relaxed">
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.
</p>
<div class="mt-8 flex flex-wrap justify-center gap-4">
<a class="block w-full rounded bg-gray-600 px-12 py-3 text-sm font-medium text-white shadow hover:bg-gray-700 focus:outline-none focus:ring active:bg-gray-700 sm:w-auto"
href="#">
Get Started
</a>
<a class="block w-full rounded px-12 py-3 text-sm font-medium text-gray-600 shadow border border-gray-400 hover:text-gray-700 focus:outline-none focus:ring active:text-gray-500 sm:w-auto"
href="#">
Learn More
</a>
</div>
</div>
</div>
</section>
</body>
</html>