@rsuite/formik
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.1 • Public • Published

@rsuite/formik

Formik-compatible React Suite form components

npm i rsuite formik @rsuite/formik

Usage

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

render(
  <Formik
    initialValues={{
      name: "",
    }}
  >
    <Form>
      <Field name="name" component={Input} />
    </Form>
  </Formik>
);

License

MIT © React Suite team

/@rsuite/formik/

    Package Sidebar

    Install

    npm i @rsuite/formik

    Weekly Downloads

    20

    Version

    1.0.0-beta.1

    License

    MIT

    Unpacked Size

    175 kB

    Total Files

    6

    Last publish

    Collaborators

    • simonguo
    • superman66
    • hiyangguo
    • sevenoutman
    • undor
    • vingeray