Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: '🐞 Bug Report'
description: Report a bug
title: '[Bug] '
title: '[Bug] {SCOPE} - '
labels: 'Type: bug'
assignees: MGREMY

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: '🚀 Feature Request'
description: Suggest a feature
title: '[Feature] '
title: '[Feature] {SCOPE} - '
labels: 'Type: enhancement'
assignees: MGREMY

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/setup

- name: Release new version 🛠
run: pnpm lib:release -- --ci --verbose --skip-nx-cache --dryRyn=${{ github.event.inputs.dryRun }}
run: pnpm lib:release -- --ci --verbose --skip-nx-cache --dryRun=${{ github.event.inputs.dryRun }}
env:
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm all:lint
pnpm dlx lint-staged --concurrent false --relative
108 changes: 57 additions & 51 deletions apps/docs/docs/components/accordion/_always-open.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,75 @@
<flowbite-accordion-panel [isOpen]="true">
<flowbite-accordion-title>What is Flowbite ?</flowbite-accordion-title>
<flowbite-accordion-content>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is an open-source library of interactive components built on top of Tailwind CSS
including buttons, dropdowns, modals, navbars, and more.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out this guide to learn how to
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/docs/getting-started/introduction/">
Get started
</a>
and start developing websites even faster with components on top of Tailwind CSS.
</p>
<span class="p-5">
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is an open-source library of interactive components built on top of Tailwind CSS
including buttons, dropdowns, modals, navbars, and more.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out this guide to learn how to
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/docs/getting-started/introduction/">
Get started
</a>
and start developing websites even faster with components on top of Tailwind CSS.
</p>
</span>
</flowbite-accordion-content>
</flowbite-accordion-panel>
<flowbite-accordion-panel>
<flowbite-accordion-title>Is there a Figma file available ?</flowbite-accordion-title>
<flowbite-accordion-content>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is first conceptualized and designed using the Figma software so everything you see
in the library has a design equivalent in our Figma file.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out the
<a href="https://flowbite.com/figma/">Figma design system</a>
based on the utility classes from Tailwind CSS and components from Flowbite.
</p>
<span class="p-5">
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is first conceptualized and designed using the Figma software so everything you
see in the library has a design equivalent in our Figma file.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out the
<a href="https://flowbite.com/figma/">Figma design system</a>
based on the utility classes from Tailwind CSS and components from Flowbite.
</p>
</span>
</flowbite-accordion-content>
</flowbite-accordion-panel>
<flowbite-accordion-panel>
<flowbite-accordion-title>
What are the differences between Flowbite and Tailwind UI ?
</flowbite-accordion-title>
<flowbite-accordion-content>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
The main difference is that the core components from Flowbite are open source under the MIT
license, whereas Tailwind UI is a paid product. Another difference is that Flowbite relies
on smaller and standalone components, whereas Tailwind UI offers sections of pages.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
However, we actually recommend using both Flowbite, Flowbite Pro, and even Tailwind UI as
there is no technical reason stopping you from using the best of two worlds.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Learn more about these technologies :
</p>
<ul class="text-base font-normal text-gray-600 dark:text-gray-400 list-disc list-inside">
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/pro/">
Flowbite Pro
</a>
</li>
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://tailwindui.com/"
rel="nofollow">
Tailwind UI
</a>
</li>
</ul>
<span class="p-5">
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
The main difference is that the core components from Flowbite are open source under the
MIT license, whereas Tailwind UI is a paid product. Another difference is that Flowbite
relies on smaller and standalone components, whereas Tailwind UI offers sections of pages.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
However, we actually recommend using both Flowbite, Flowbite Pro, and even Tailwind UI as
there is no technical reason stopping you from using the best of two worlds.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Learn more about these technologies :
</p>
<ul class="text-base font-normal text-gray-600 dark:text-gray-400 list-disc list-inside">
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/pro/">
Flowbite Pro
</a>
</li>
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://tailwindui.com/"
rel="nofollow">
Tailwind UI
</a>
</li>
</ul>
</span>
</flowbite-accordion-content>
</flowbite-accordion-panel>
</flowbite-accordion>
108 changes: 57 additions & 51 deletions apps/docs/docs/components/accordion/_color-option.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,75 @@
<flowbite-accordion-panel [isOpen]="true">
<flowbite-accordion-title>What is Flowbite ?</flowbite-accordion-title>
<flowbite-accordion-content>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is an open-source library of interactive components built on top of Tailwind CSS
including buttons, dropdowns, modals, navbars, and more.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out this guide to learn how to
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/docs/getting-started/introduction/">
Get started
</a>
and start developing websites even faster with components on top of Tailwind CSS.
</p>
<span class="p-5">
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is an open-source library of interactive components built on top of Tailwind CSS
including buttons, dropdowns, modals, navbars, and more.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out this guide to learn how to
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/docs/getting-started/introduction/">
Get started
</a>
and start developing websites even faster with components on top of Tailwind CSS.
</p>
</span>
</flowbite-accordion-content>
</flowbite-accordion-panel>
<flowbite-accordion-panel>
<flowbite-accordion-title>Is there a Figma file available ?</flowbite-accordion-title>
<flowbite-accordion-content>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is first conceptualized and designed using the Figma software so everything you see
in the library has a design equivalent in our Figma file.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out the
<a href="https://flowbite.com/figma/">Figma design system</a>
based on the utility classes from Tailwind CSS and components from Flowbite.
</p>
<span class="p-5">
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Flowbite is first conceptualized and designed using the Figma software so everything you
see in the library has a design equivalent in our Figma file.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Check out the
<a href="https://flowbite.com/figma/">Figma design system</a>
based on the utility classes from Tailwind CSS and components from Flowbite.
</p>
</span>
</flowbite-accordion-content>
</flowbite-accordion-panel>
<flowbite-accordion-panel>
<flowbite-accordion-title>
What are the differences between Flowbite and Tailwind UI ?
</flowbite-accordion-title>
<flowbite-accordion-content>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
The main difference is that the core components from Flowbite are open source under the MIT
license, whereas Tailwind UI is a paid product. Another difference is that Flowbite relies
on smaller and standalone components, whereas Tailwind UI offers sections of pages.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
However, we actually recommend using both Flowbite, Flowbite Pro, and even Tailwind UI as
there is no technical reason stopping you from using the best of two worlds.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Learn more about these technologies :
</p>
<ul class="text-base font-normal text-gray-600 dark:text-gray-400 list-disc list-inside">
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/pro/">
Flowbite Pro
</a>
</li>
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://tailwindui.com/"
rel="nofollow">
Tailwind UI
</a>
</li>
</ul>
<span class="p-5">
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
The main difference is that the core components from Flowbite are open source under the
MIT license, whereas Tailwind UI is a paid product. Another difference is that Flowbite
relies on smaller and standalone components, whereas Tailwind UI offers sections of pages.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
However, we actually recommend using both Flowbite, Flowbite Pro, and even Tailwind UI as
there is no technical reason stopping you from using the best of two worlds.
</p>
<p class="text-base font-normal text-gray-600 dark:text-gray-400">
Learn more about these technologies :
</p>
<ul class="text-base font-normal text-gray-600 dark:text-gray-400 list-disc list-inside">
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://flowbite.com/pro/">
Flowbite Pro
</a>
</li>
<li>
<a
class="text-base font-medium underline text-gray-600 dark:text-gray-400 decoration-primary-600 dark:decoration-primary-500"
href="https://tailwindui.com/"
rel="nofollow">
Tailwind UI
</a>
</li>
</ul>
</span>
</flowbite-accordion-content>
</flowbite-accordion-panel>
</flowbite-accordion>
Loading
Loading