#Using React components in Qwik
9 messages · Page 1 of 1 (latest)
I've not much idea about qwikify but if you choose qwik component lib here is: https://github.com/qwikifiers/qwik-ui
I saw that, but where do I see the available components?
is there any documentation for it?
some components are ready I think; and the doc is in progress. qwik-ui is an early stage at the moment, open to contribution 👐 – cc @vernal sapphire
I'm very open to contributing! Although I'm quite new to Qwik if that matters. I don't intend to be for long though haha
I understand React decently well if that helps.
I've also never contributed to open source or a project with multiple devs. Do you think I would still be able to help @vernal sapphire and @foggy nacelle?
Yes Jack! We would love to help you get started and contribute!
The docs website is the next thing on our todo list now
You're part of the qwik-ui discord right?
Yep! I joined yesterday.
Would we be using mdx for the documentation of the UI components?
For example something like a styled example within a code sandbox module that people could play around with
And then a place where they can copy the unstyled version of the UI.
I've been doing the get started on Qwik for the past hour.
Been keeping tabs on the framework ideas, but this is the first time I'm diving into understanding signals, reactivity, and the advanced concepts