themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.62k stars 715 forks source link

Write Astro integration guide #394

Closed zoltanszogyenyi closed 1 year ago

zoltanszogyenyi commented 1 year ago

Is your feature request related to a problem? Please describe.

Write an integration guide on the official documentation for using Astro JS, Tailwind CSS, and Flowbite.

Describe the solution you'd like

Create a new astro.md file and based on the structure of other integration guides (ie. TypeScript) write a guide using this structure:

  1. Introduction to Astro & what companies use it
  2. Create a new Astro project
  3. Install and configure Tailwind CSS with Astro
  4. Install and configure Flowbite
  5. Showcase Flowbite components and example
  6. Starter project repository with MIT License

Describe alternatives you've considered

None.

Additional context

None.

zoltanszogyenyi commented 1 year ago

The Astro and Flowbite integration guide is live and works wonders.