feat(docs): add example of a small form with an ol to which you can add items
Open
documentation
- Dominant language
- Vue
- Stars
- 126
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
inspired by
```
{
id: "items",
component: "ol",
span: true,
evaluatedProps: ["showCondition", "slot"],
showCondition: (val: any[]) => isFullArray(val),
defaultValue: () => [],
slot: (val: any[]) =>
val.map(name => ({
component: "li",
slot: name,
}))
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.