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

https://github.com/rsuite/formik

Formik-compatible React Suite components
https://github.com/rsuite/formik

Last synced: 9 months ago
JSON representation

Formik-compatible React Suite components

Awesome Lists containing this project

README

          

# @rsuite/formik

Formik-compatible React Suite form components

> ## DISCLAIMER
>
> This package is still under development (on beta branch) and doesn't have a stable release yet,
> please use with caution.

## Usage

```jsx
import { Formik, Form, Field } from "formik";
import { Input } from "@rsuite/formik";

render(





);
```

## License

MIT © [React Suite](https://github.com/rsuite) team