Generate markdown properties string.
npm install -S @jswork/react-markdown-propsimport 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. |Code released under the MIT license.