Generally while keeping the props for objects we should also provide the option to use slots.
For example the UISelect accepts a options prop but it should also be written like:
<UISelect v-model="value">
<UIOption v-for="option in options" />
</UISelect>
Generally while keeping the props for objects we should also provide the option to use slots.
For example the UISelect accepts a
optionsprop but it should also be written like: