Feature: Form item component
Closed this issue · 0 comments
nielslyngsoe commented
Let's build a component for Form Layouting, which takes input through a slot.
This component ensures that a form gets a proper layout, by putting the label and validation message in the right spot.
The component would internally use uui-label
The component should also host the configuration of validation.
Inspiration from Ant Design:
https://ant.design/components/form/