FunctionsForFor CallableFor<T>(props: { children?: (item: Signal<T>, index: Signal<number>, arr: SignalLike<readonly T[]>) => Template; each?: MaybeSignal<readonly T[]>; key?: (item: T, index: number) => string | number }): TemplateFor is a component that can be used to render a list of items.Type parametersT
For
is a component that can be used to render a list of items.