Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created January 16, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/adc18a8c11cb328a1c5b0eb4b53c0f5c to your computer and use it in GitHub Desktop.
Save luandevpro/adc18a8c11cb328a1c5b0eb4b53c0f5c to your computer and use it in GitHub Desktop.
import React from "react";
import { Form } from "formik";
import CustomDraft from "./CustomDraft";
export default props => (
<Form>
<CustomDraft {...props} />
<button type="submit">Submit</button>
</Form>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment