# [Form](https://winduum.dev/docs/components/form.html)

## Installation
```shell
npm i winduum
```
Learn more how to set up Winduum [here](https://winduum.dev/docs/).

```js
import { validateForm } from 'winduum/src/components/form/index.js'
```

### Local imports
By default, imports are directly from `npm` so you can leverage updates.
You can also copy and paste the code from this directory to your project and remap the imports to local.

```js
import { validateForm } from '@/components/form/assets/index.js'
```

### Docs
Visit [docs](https://winduum.dev/docs/components/form.html) to learn more about Javascript API and see usage examples.
