1.2.3 • Published 4 years ago

@feizheng/react-markdown-props v1.2.3

Weekly downloads
11
License
MIT
Repository
-
Last release
4 years ago

react-markdown-props

Generate markdown properties string.

version license size download

installation

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

usage

import rmp from '@feizheng/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.

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago