themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.77k stars 395 forks source link

Feature request: friendly version of Floating as a new component. #1357

Open victorfunes opened 2 months ago

victorfunes commented 2 months ago

Summary

Publish a friendly version of Floating as a new component.

Context

I am developing a few custom react components for my application and I have need to show floating information. I looked what you are using and discovered Floating, and I have managed to do the development with the current version 0.8.0 using this component, but currently it is not very user friendly for development and it is not publicly documented as, I assume you developed it for your own components.

It would be great if you could generate a new public Floating component based in your current one (maybe reducing complexity hiding style, trigger, etc..., and defining its own theme as a component).

SutuSebastian commented 2 months ago

We've been wanting to do this for some time now, basically wrap up any unfinished components.