# Tiny Components - Validator Created with [Riot.js](https://riot.js.org) Validate Form or a Single Form-Field, Error Messages can be show just in time or after Submit entire Form. For Validation this Component uses [Validate.js](https://validatejs.org/) ## Install ```bash npm install @tiny-components/validator --save ``` ## You can use it like this ```javascript
( state.validator.submit(event) ) }>>
```