You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(component): Allow `Label` as self-closing tag, resolves#173
Instead of relying on`children`, allow the use of
prop `value`.
* test(component): Add unit test for `<Label value="">`
I would like to use
Label
component as self-closing tags, to reduce my code verbosity.Describe the solution you'd like
Label should accept both formats:
and
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: