themesberg / flowbite

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

Write Remix integration guide #393

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 Remix, Tailwind CSS, and Flowbite.

Describe the solution you'd like

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

  1. Introduction to Remix & what companies use it
  2. Create a new Remix project
  3. Install and configure Tailwind CSS with Remix
  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

The Remix guide should most likely be based on Flowbite React rather than the main library for obvious reasons.

@tulup-conner created a Remix starter a while ago but I'm not sure if it works with the latest version of Flowbite React - has to be verified.

tulup-conner commented 1 year ago

It works yeah, I use this configuration for my startup. There isn't really anything you need to do beyond the instructions on the open source readme.

Ah this is for the vanilla library. This will have the same problems as any React based framework then. So it will work with limitations in interactivity

zoltanszogyenyi commented 1 year ago

Hey @tulup-conner,

The guide shouldn't be for the vanilla library - it should be based on Flowbite React.

So if your starter configuration works then there's no need to build a starter anymore, just write the integration guide!

zoltanszogyenyi commented 1 year ago

I'll take on this one 😈

@tulup-conner I'll use your starter for reference - I might ping you if there's a need for an update.

Cheers, Zoltan