> For the complete documentation index, see [llms.txt](https://ngxf.gitbook.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ngxf.gitbook.io/platform/features/repeat.md).

# Repeat

The `repeat` directive will display the specified number of items.

## Using Repeat Directive

An example in `COMPONENT.template.html`.

```markup
<fox *repeat="10"></fox>
```

Will display 10 a fox components.
