Skip to content

Commit 14c261c

Browse files
committed
docs(fluffy): updated intro doc
1 parent 6672e47 commit 14c261c

File tree

1 file changed

+16
-12
lines changed
  • apps/website/src/routes/docs/fluffy/(getting-started)/introduction

1 file changed

+16
-12
lines changed

apps/website/src/routes/docs/fluffy/(getting-started)/introduction/index.tsx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,45 @@ import type { DocumentHead } from '@builder.io/qwik-city';
44
export default component$(() => {
55
return (
66
<>
7-
<h1 class="text-6xl font-bold mx-auto w-fit">Fluffy (styled) Kit</h1>
8-
<p class="text-3xl font-medium mb-6 mx-auto w-fit">
7+
<h1 class="mx-auto w-fit text-6xl font-bold">Fluffy (styled) Kit</h1>
8+
<p class="mx-auto mb-6 w-fit text-3xl font-medium">
99
Beautifully Styled Qwik UI Components
1010
</p>
1111

12-
<p class="mt-8 leading-relaxed mb-10">
12+
<p class="mb-10 mt-8 text-lg leading-relaxed">
1313
Welcome to the Fluffy Kit, a collection of ready-to-use, beautifully styled
1414
components powered by{' '}
1515
<a
1616
target="_blank"
1717
href="https://tailwindcss.com"
18-
class="text-blue-400 border-none"
18+
class="border-none text-blue-400"
1919
>
2020
Tailwind
2121
</a>{' '}
22-
and{' '}
23-
<a target="_blank" href="https://daisyui.com/" class="text-blue-400 border-none">
24-
DaisyUI
22+
and inspired by{' '}
23+
<a
24+
target="_blank"
25+
href="https://ui.shadcn.com/"
26+
class="border-none text-blue-400"
27+
>
28+
Shadcn UI
2529
</a>{' '}
2630
designed to work seamlessly with Qwik. The Fluffy Kit is perfect for developers
2731
who want to build their web applications with a consistent, modern design while
2832
maintaining a strong focus on accessibility.
2933
</p>
3034

31-
<h3 class="text-2xl font-semibold mb-4">Why Choose the Fluffy Kit?</h3>
32-
<p class="text-lg mb-6">
35+
<h3 class="mb-4 text-2xl font-semibold">Why Choose the Fluffy Kit?</h3>
36+
<p class="mb-6 text-lg">
3337
The Fluffy Kit offers a powerful solution for developers looking to create
3438
visually appealing, consistent designs without the need to write custom CSS. By
3539
utilizing the popular Tailwind CSS framework, the Fluffy Kit provides a set of
3640
pre-styled components that you can easily integrate into your Qwik web
3741
applications, saving you time and effort.
3842
</p>
3943

40-
<h3 class="text-2xl font-semibold mb-4">Seamless Integration with Qwik</h3>
41-
<p class="text-lg mb-6">
44+
<h3 class="mb-4 text-2xl font-semibold">Seamless Integration with Qwik</h3>
45+
<p class="mb-6 text-lg">
4246
The Headless Kit is designed to work hand-in-hand with the Qwik framework. This
4347
means that, as a developer, you can enjoy the performance benefits and SEO
4448
advantages of Qwik while having a beautiful, consistent design out of the box.
@@ -50,5 +54,5 @@ export default component$(() => {
5054
});
5155

5256
export const head: DocumentHead = {
53-
title: 'Qwik UI | Fluffy (styled) Kit - Introduction'
57+
title: 'Qwik UI | Fluffy (styled) Kit - Introduction',
5458
};

0 commit comments

Comments
 (0)