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

# Number

<figure><img src="/files/yiFvVZ2KMJ6I2HOdAgly" alt=""><figcaption></figcaption></figure>

you can use `Number::class` to build a number input like this

```php
Number::make('name');
```

this class works with vue `ViltNumber.vue`

it's accepted more methods

```php
->min(int),
->max(int),
->step(int)
```
