Props
| Name | Type | Default | Description |
|---|---|---|---|
| at | [number] | - | An array of indices corresponding to the children we want to render. |
See also One
import { Some } from 'flowr';Some will render only the children located at the specified indices.
A
B
C
// Will render:
A
C
If the at prop is not provided, nothing will be rendered.
A
B
C
// Will render:
Props
Name Type Default Description at [number] - An array of indices corresponding to the children we want to render.
See also One
Contribute on Github! Edit this section.