orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Support tooltips on all Bootstrap supported components #2751

Open madalinignisca opened 7 months ago

madalinignisca commented 7 months ago

Is your feature request related to a problem? Please describe. Bootstrap tooltips can be added on a lot of components. I tried to add the custom attributes, hoping they would work out of the box on components.

Describe the solution you'd like For all supported HTML elements, having a method like tooltip requiring string $placement (top, left, right, bottom) and string $title and the result would be as in Bootstrap's documentation.

lihe6666 commented 6 months ago

Yes, You can use icon instead of text。 More space saving, improve user experience。 That good idea.