For()
ts
function For(__namedParameters): Element[];Defined in: components/for.tsx:35
Repeats a set of elements a fixed number of times.
This component renders the provided children multiple times based on the given count. Each iteration renders the same set of dynamic elements.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ForProps |
Returns
Element[]
React Component
Remarks
- Intended for simple repetition use cases
Since
1.0.0
Author
Simon Kovtyk