react-pagedown
v1.0.0
Published
PageDown editor (formerly WMD) as a React component.
Downloads
42
Maintainers
Readme
React Pagedown
Building/Developing
# Install and build component
npm ci
npm run build
# Build and serve demo
npm run dev
npm run serve
# Browse to localhost:3000
Component Props
| Property | Type |
|-----------|--------|
| className | string
|
| disabled | boolean
|
| name | string
|
| defaultValue | string
|
| onUpdate | (value: string) => void
|
| converter | showdown.Converter
|
License
MIT, etc.