@@ -4,41 +4,45 @@ import type { DocumentHead } from '@builder.io/qwik-city';
4
4
export default component$ ( ( ) => {
5
5
return (
6
6
< >
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 " >
9
9
Beautifully Styled Qwik UI Components
10
10
</ p >
11
11
12
- < p class = "mt-8 leading-relaxed mb-10 " >
12
+ < p class = "mb-10 mt-8 text-lg leading-relaxed " >
13
13
Welcome to the Fluffy Kit, a collection of ready-to-use, beautifully styled
14
14
components powered by{ ' ' }
15
15
< a
16
16
target = "_blank"
17
17
href = "https://tailwindcss.com"
18
- class = "text-blue-400 border-none "
18
+ class = "border-none text-blue-400"
19
19
>
20
20
Tailwind
21
21
</ 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
25
29
</ a > { ' ' }
26
30
designed to work seamlessly with Qwik. The Fluffy Kit is perfect for developers
27
31
who want to build their web applications with a consistent, modern design while
28
32
maintaining a strong focus on accessibility.
29
33
</ p >
30
34
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 " >
33
37
The Fluffy Kit offers a powerful solution for developers looking to create
34
38
visually appealing, consistent designs without the need to write custom CSS. By
35
39
utilizing the popular Tailwind CSS framework, the Fluffy Kit provides a set of
36
40
pre-styled components that you can easily integrate into your Qwik web
37
41
applications, saving you time and effort.
38
42
</ p >
39
43
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 " >
42
46
The Headless Kit is designed to work hand-in-hand with the Qwik framework. This
43
47
means that, as a developer, you can enjoy the performance benefits and SEO
44
48
advantages of Qwik while having a beautiful, consistent design out of the box.
@@ -50,5 +54,5 @@ export default component$(() => {
50
54
} ) ;
51
55
52
56
export const head : DocumentHead = {
53
- title : 'Qwik UI | Fluffy (styled) Kit - Introduction'
57
+ title : 'Qwik UI | Fluffy (styled) Kit - Introduction' ,
54
58
} ;
0 commit comments