laravel-notify
laravel-notify copied to clipboard
Suggestion to improve
Hi,
I think Laravel-notify is a great package, however I would like to suggest the following in order to improve even better:
- Prefix tailwind classes in components. With this, some collisions can be avoided when working with other css frameworks like bootstrap or even tailwind with custom config.
- Allow to customize the components for the notifications o even better use custom views for custom presets.
+1 for me
@carpad88 the prefix is a nice touch, our project was also affected by the lack of it. However the Tailwind preflight is not affected by the prefix, there fore i made a PR #93 that uses a parental ID to avoid the collision and keep the Tailwind preflight intact
+1 for me