Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
279 stars 77 forks source link

feat(textinput): add custom label #1432

Closed Shyrro closed 1 year ago

Shyrro commented 1 year ago

Changes description

Currently, we only have the ability to have a text as a label in the Input. More often than not, you want to put more things that needs to be customizable ( Optionnal text, tooltip icons etc )

Closes : #1428

Context

Currently, it is impossible to convey more information to the user about the input. One of the most important aspects is the ability to tell if a field is required or not.

Checklist

Does this introduce a breaking change?