Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeibberson/draftjs-formik
DraftJS implementation for Formik.
https://github.com/mikeibberson/draftjs-formik
draft-js formik react styled-components
Last synced: 19 days ago
JSON representation
DraftJS implementation for Formik.
- Host: GitHub
- URL: https://github.com/mikeibberson/draftjs-formik
- Owner: MikeIbberson
- Created: 2019-03-09T17:27:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:38:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:16:01.474Z (about 1 month ago)
- Topics: draft-js, formik, react, styled-components
- Size: 472 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DraftJS for Formik
This is a drop-in implementation of DraftJS. It assumes base-level functionality, mainly text formatting without embedding, linking and other advanced features. As a styled component, you can easily modify the UI to fit your project. To customize further, I suggest looking at Jared's example from Formik: https://codesandbox.io/s/QW1rqjBLl.
Coming soon.