@jswork/react-markdown-props

1.0.1 • Public • Published

react-markdown-props

Generate markdown properties string.

version license size download

installation

npm install -S @jswork/react-markdown-props

usage

import rmp from '@jswork/react-markdown-props';

rmp('./src/components/index.js');

// output
| Name        | Type   | Required | Default | Description                                 |
| ----------- | ------ | -------- | ------- | ------------------------------------------- |
| className   | string | false    | -       | The extended className for component.       |
| value       | object | false    | null    | Default value.                              |
| onChange    | func   | false    | noop    | The change handler.                         |
| destroyable | bool   | false    | -       | If element destroyed when visible to false. |
| backdrop    | union  | false    | -       | Backdrop props or not display backdrop.     |

resources

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/react-markdown-props

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

5.4 kB

Total Files

5

Last publish

Collaborators

  • afeiship