React Pagedown
Building/Developing
# Install and build component npm cinpm run build # Build and serve demo npm run devnpm 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.