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
- Host: GitHub
- URL: https://github.com/rsuite/formik
- Owner: rsuite
- License: mit
- Created: 2022-03-24T08:55:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T03:10:07.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:00:12.313Z (about 1 year ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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