CyCraft / CyCraft/blitzar

feat(docs): add example of a small form with an ol to which you can add items

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.