thedevdojo / auth

This is the repo for the DevDojo Auth package
https://devdojo.com/auth
MIT License
439 stars 30 forks source link

Customize labels #98

Open kikky7 opened 1 month ago

kikky7 commented 1 month ago

Is your feature request related to a problem? Please describe. Ability to customize labels the same way as layout and other similar settings.

Describe the solution you'd like For example position label above input, below input, instead over the top border, change font size, etc.

Describe alternatives you've considered Override via css.

skdishansachin commented 1 month ago

So, you can totally tweak the CSS. In the authentication setup, head over to the appearance section and pick the custom CSS tab. That's where you can write your own CSS. But if you want more control over the styles, you should publish the components and customize them as you like. Check out the documentation for that https://devdojo.com/auth/docs/setup-customizations/.

kikky7 commented 1 month ago

Yes, component override would be much better approach in case there are more updates around the layout.

I didn't find the docs about it.