Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 461 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 461 Bytes

Example of using ReactMde with Reagent.

This example shows how we can use react-mde with reagent, taking into account the needed fix for the textarea component used by react-mde.

This example is very similar to the material-ui example, but also requires the usage of forwardRef with the custom textarea component.

Running

npm install
npm run dev