Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronasit/react-formik-effect


https://github.com/ronasit/react-formik-effect

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

# react-formik-effect

> React Formik Effect

[![NPM](https://img.shields.io/npm/v/react-formik-effect.svg)](https://www.npmjs.com/package/react-formik-effect) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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 =>

...}/>

}

}
}
```