-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I figured I'd raise this as a discussion point to see what people think so we can come to a consensus before raising anything.
Right now we've got a handful of CSS classes we re-use all over the auth views, in particular for things like <button>
styles. In most real applications, I'd personally see this as something I need to commonly reuse, and I'd extract it to either a Blade component <x-button>
or CSS class .button
That said, the buttons we have so far are not typical buttons you'd find in an app - there's no primary/secondary/danger/etc. styles and it's not guaranteed people will use these styles again as the button is specifically styled for the auth pages.
Thoughts?
ziming, dominikgeimer, osbre and emicheldev
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request