Skip to content

Add slot component #448

@nandi95

Description

@nandi95

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions