Skip to content

#177 Add form label component to forgot password form

Quick MR. For the 4 labels in the Forgot Password form, I replaced them with my new <app-form-label> component.

Take a look at how they look, and please use them moving forward. If you have any questions about how they work, check out storybook to see what props are available. I think the only thing that isn't obvious in there is that if there's no for attribute provided, then it outputs a div rather than a label. But everything else should be there. If not, ask me! I'm around.

If you have any other questions/comments about this MR, talk to me! Otherwise, merge when you're done with it.

Merge request reports