https://github.com/ronasit/react-formik-effect
https://github.com/ronasit/react-formik-effect
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronasit/react-formik-effect
- Owner: RonasIT
- Created: 2020-10-01T13:54:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T14:13:30.000Z (almost 5 years ago)
- Last Synced: 2025-07-05T21:40:32.717Z (9 days ago)
- Language: HTML
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-formik-effect
> React Formik Effect
[](https://www.npmjs.com/package/react-formik-effect) [](https://standardjs.com)
## Install
```bash
npm install --save @ronas-it/react-formik-effect
```## Usage
```tsx
import React, { Component } from 'react'import FormikEffect from '@ronas-it/react-formik-effect'
import 'react-formik-effect/dist/index.css'class Example extends Component {
render() {
return {
(props: FormikProps): ReactElement =>
...}/>
}
}
}
```