From c2d707de9cf23ef582b6ecae26f262ee3be8907f Mon Sep 17 00:00:00 2001 From: xqwikerx Date: Wed, 6 Nov 2024 17:47:45 +0100 Subject: [PATCH] feat: add qwik component library section --- README.md | 3 ++- content/getting-started/qwik.md | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee741e3de..32da7d988 100644 --- a/README.md +++ b/README.md @@ -256,12 +256,13 @@ All of the Flowbite UI components have native RTL support and you can easily set ### JavaScript Frameworks -The awesome open-source community also built and currently maintains the following standalone libraries for React, Vue, Svelte, and Angular: +The awesome open-source community also built and currently maintains the following standalone libraries for React, Vue, Svelte, Angular and Qwik: - [🌀 Flowbite React Library](https://github.com/themesberg/flowbite-react) - [🍀 Flowbite Vue Library](https://github.com/themesberg/flowbite-vue) - [🎸 Flowbite Svelte Library](https://github.com/themesberg/flowbite-svelte) - [📕 Flowbite Angular Library](https://github.com/themesberg/flowbite-angular) +- [👿 Flowbite Qwik Library](https://github.com/qwikerx/flowbite-qwik) We also wrote integration guides for the following front-end frameworks and libraries: diff --git a/content/getting-started/qwik.md b/content/getting-started/qwik.md index 4fcb6c1fc..bd78e6066 100644 --- a/content/getting-started/qwik.md +++ b/content/getting-started/qwik.md @@ -316,4 +316,8 @@ Here's a full list of UI components, sections, and templates resources you can l ## Qwik starter project -The open-source community from Flowbite has created a [Qwik starter project](https://github.com/themesberg/tailwind-qwik-starter) that has Tailwind CSS and Flowbite already installed and includes a showcase of some of the UI components already configured. \ No newline at end of file +The open-source community from Flowbite has created a [Qwik starter project](https://github.com/themesberg/tailwind-qwik-starter) that has Tailwind CSS and Flowbite already installed and includes a showcase of some of the UI components already configured. + +## Qwik components + +You can check out the whole collection of Flowbite components built with Qwik and Tailwind CSS by checking out the [GitHub repository](https://github.com/qwikerx/flowbite-qwik) and the [Flowbite Qwik](https://flowbite-qwik.com) official documentation.