Skip to content

Expose components release

Choose a tag to compare

@NewOldMax NewOldMax released this 01 Feb 08:54
· 62 commits to master since this release

Now you don't need to install react-form-validator-core, compatible version will be installed automatically. 🍦
Just import all required components from react-material-ui-form-validator

- import { ValidatorForm } from 'react-form-validator-core';
- import { TextValidator } from 'react-material-ui-form-validator';
+ import { ValidatorForm, TextValidator } from 'react-material-ui-form-validator';