protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
435 stars 123 forks source link

Request for Tailwind CSS Prefix Option #113

Open frankduque opened 1 year ago

frankduque commented 1 year ago

I think it would be helpful to have an option to specify a prefix for all Tailwind classes. This would allow users to better organize their styles and avoid conflicts with other CSS libraries that may use the same class names.

For example, if I specify a prefix of "tw-" for Tailwind classes, then instead of using the class .text-blue-500 I could use .tw-text-blue-500.

I understand that this may require some changes to the existing codebase, but I believe it would be a valuable addition for Tailwind users.

Please let me know your thoughts on this suggestion.

Thank you for considering this request.