# 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.
