@@ -4,76 +4,48 @@ 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" > Welcome to Qwik UI! 🤩 </ h1 >
7
+ < h1 class = "text-6xl font-bold mx-auto w-fit" > Headless Kit </ h1 >
8
8
< p class = "text-3xl font-medium mb-6 mx-auto w-fit" >
9
- It's a new cozy component library! 🤗🚀
9
+ Accessible, Unstyled Qwik UI Components
10
+ </ p >
11
+
12
+ < p class = "mt-8 leading-relaxed mb-10" >
13
+ Welcome to the Headless Kit, a collection of accessible, unstyled
14
+ components by Qwik UI. The Headless Kit is perfect for developers who
15
+ want to build their web applications with custom styles while
16
+ maintaining a strong focus on accessibility.
17
+ </ p >
18
+
19
+ < h3 class = "text-2xl font-semibold mb-4" > Why Choose the Headless Kit?</ h3 >
20
+ < p class = "text-lg mb-6" >
21
+ The Headless Kit allows you to apply your own CSS, making it easy to
22
+ achieve the look and feel you desire for your Qwik web applications. And
23
+ you're getting all of the logic and behavior out of the box!
24
+ </ p >
25
+
26
+ < h3 class = "text-2xl font-semibold mb-4" > Accessibility at its Core</ h3 >
27
+ < p class = "text-lg mb-6" >
28
+ Accessibility is at the heart of the Headless Kit. Each component in the
29
+ library has been meticulously crafted to meet the highest accessibility
30
+ standards, ensuring that your web applications are inclusive and cater
31
+ to users of all abilities. By choosing the Headless Kit, you're taking
32
+ an important step towards creating a more accessible web.
33
+ </ p >
34
+
35
+ < h3 class = "text-2xl font-semibold mb-4" >
36
+ Seamless Integration with Qwik
37
+ </ h3 >
38
+ < p class = "text-lg mb-6" >
39
+ The Headless Kit is designed to work hand-in-hand with the Qwik
40
+ framework. This means that, as a developer, you can enjoy the
41
+ performance benefits and SEO advantages of Qwik while having complete
42
+ control over the appearance of your web application. It's the best of
43
+ both worlds!
10
44
</ p >
11
- < article class = "max-w-prose mx-auto" >
12
- < div >
13
- < p class = "mt-8 leading-relaxed" >
14
- A web developer was hired by a company to create a website for their
15
- new product. He spent weeks designing and coding the website, making
16
- sure it was responsive, user-friendly, and SEO-optimized. He tested
17
- it on various browsers and devices, and fixed any bugs he found. He
18
- was proud of his work and confident that it would impress the
19
- client.
20
- </ p >
21
- < p class = "mt-8 leading-relaxed" >
22
- He sent the website link to the client and waited for their
23
- feedback. A few hours later, he received an email from the client
24
- that read:
25
- </ p >
26
- < p class = "mt-8 leading-relaxed" >
27
- "Hi,
28
- < br />
29
- Thank you for your hard work on the website. It looks great, but we
30
- have one small issue. When we open the website on our computer, it
31
- says 'Hello World' in big letters on the screen. Is this some kind
32
- of joke? We don't understand what it means. Please remove it as soon
33
- as possible and replace it with something more appropriate.
34
- < br />
35
- Sincerely,
36
- < br />
37
- The Client"
38
- </ p >
39
- < p class = "mt-8 leading-relaxed" >
40
- The web developer was confused and shocked. He opened the website on
41
- his own computer and saw nothing wrong. He checked the code and
42
- found no trace of 'Hello World'. He tried different browsers and
43
- devices, but still couldn't reproduce the issue. He wondered if the
44
- client was playing a prank on him or if they had some kind of virus
45
- on their computer.
46
- </ p >
47
- < p class = "mt-8 leading-relaxed" > He replied to the client:</ p >
48
- < p class = "mt-8 leading-relaxed" >
49
- "Hi,
50
- < br />
51
- I'm glad you like the website, but I'm sorry to hear about the
52
- 'Hello World' problem. I have checked the website on my end and I
53
- don't see anything like that. Can you please send me a screenshot of
54
- what you see? Also, can you tell me what browser and operating
55
- system you are using?
56
- < br />
57
- Thank you,
58
- < br />
59
- The Web Developer"
60
- </ p >
61
- < p class = "mt-8 leading-relaxed" >
62
- He waited for the client's response, hoping to solve the mystery. A
63
- few minutes later, he received another email from the client with an
64
- attachment. He opened it and saw a screenshot of the website with
65
- 'Hello World' in big letters on the screen. He also noticed
66
- something else that made him facepalm.
67
- </ p >
68
- < p class = "mt-8 leading-relaxed" >
69
- The client was using Internet Explorer 6.
70
- </ p >
71
- </ div >
72
- </ article >
73
45
</ >
74
46
) ;
75
47
} ) ;
76
48
77
49
export const head : DocumentHead = {
78
- title : 'Qwik UI' ,
50
+ title : 'Qwik UI | Headless Kit - Introduction ' ,
79
51
} ;
0 commit comments