You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/src/routes/docs/headless/introduction/index.mdx
+29-23Lines changed: 29 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,33 +92,39 @@ One of the benefits of Qwik is its ability to create performant applications wit
92
92
## FAQ
93
93
94
94
<Accordion>
95
-
<AccordionItem>
96
-
<AccordionTrigger>
97
-
What kind of support or resources are available if I encounter issues with Qwik UI?
98
-
</AccordionTrigger>
99
-
<AccordionContent>
100
-
If you stumble into any problems, [create an issue](https://github.com/qwikifiers/qwik-ui/issues) on the Qwik UI repository.
101
-
We also have a [discord community](https://discord.gg/PVWUUejrez) with a Qwik UI channel where you can raise any concerns, propose ideas, or chat all things Qwik UI 😊
102
-
</AccordionContent>
103
-
</AccordionItem>
104
-
<AccordionItem>
105
-
<AccordionTrigger>
106
-
How can I contribute to the project?
107
-
</AccordionTrigger>
95
+
<AccordionItem>
96
+
<AccordionTrigger>
97
+
What kind of support or resources are available if I encounter issues with Qwik UI?
98
+
</AccordionTrigger>
108
99
<AccordionContent>
109
-
We provide a [contributing](/docs/headless/contributing) guide to help get familiar with the repository.
110
-
Additionally, we offer a quick start [setup guide](https://github.com/qwikifiers/qwik-ui/blob/main/CONTRIBUTING.md) and a section dedicated to advanced resources below the Components navigation.
100
+
If you stumble into any problems, [create an
101
+
issue](https://github.com/qwikifiers/qwik-ui/issues) on the Qwik UI repository. We
102
+
also have a [discord community](https://discord.gg/PVWUUejrez) with a Qwik UI
103
+
channel where you can raise any concerns, propose ideas, or chat all things Qwik UI
104
+
😊
111
105
</AccordionContent>
112
-
</AccordionItem>
113
-
<AccordionItem>
114
-
<AccordionTrigger>
115
-
How can I migrate my existing application to use Qwik UI?
116
-
</AccordionTrigger>
106
+
</AccordionItem>
107
+
<AccordionItem>
108
+
<AccordionTrigger>How can I contribute to the project?</AccordionTrigger>
117
109
<AccordionContent>
118
-
If you're using `Qwik-React`, `Qwik-Angular`, `@qwikdev/astro`, we suggest incrementally adding Qwik UI components to your application.
119
-
Qwik, built as a microfrontend, allows you to incrementally integrate Qwik UI components into your existing application. This approach reduces migration risk and complexity, letting you leverage Qwik UI's benefits at your own pace.
110
+
We provide a [contributing](/docs/headless/contributing) guide to help get familiar
111
+
with the repository. Additionally, we offer a quick start [setup
112
+
guide](https://github.com/qwikifiers/qwik-ui/blob/main/CONTRIBUTING.md) and a
113
+
section dedicated to advanced resources below the Components navigation.
120
114
</AccordionContent>
121
-
</AccordionItem>
115
+
</AccordionItem>
116
+
<AccordionItem>
117
+
<AccordionTrigger>
118
+
How can I migrate my existing application to use Qwik UI?
119
+
</AccordionTrigger>
120
+
<AccordionContent>
121
+
If you're using `Qwik-React`, `Qwik-Angular`, `@qwikdev/astro`, we suggest
122
+
incrementally adding Qwik UI components to your application. Qwik, built as a
123
+
microfrontend, allows you to incrementally integrate Qwik UI components into your
124
+
existing application. This approach reduces migration risk and complexity, letting
0 commit comments