created:3/5/2021
updated:3/5/2021
source lines:37
comments %:11
Description
Description component with markdown. The 'of' property can specify which component's description to display.
Name | Description | Default |
---|---|---|
components | components to customize the markdown display. { [key: string]: string | ComponentClass<any, any> | SFC<any> | { component: string | ComponentClass<any, any> | SFC<any>; props?: any; }; ... 30 more ...; ul?: string | ... 3 more ... | undefined; } | undefined | - |
of | Specify the component(s), for which to have information displayed. The default, a value of "." will indicate to display information for the current component (associated with the current Story).
If an array of components is specified, each component will be displayed in a separate tab.any | - |
name | some component-oriented ui components can also be driven by a story id (name). ie the PropsTable can display component props, or story controls string | - |
10 commits
package | imports | peer |
---|---|---|
MarkdownPropsDescription | ||
useCurrentDocumentuseComponentsComponentInputProps | ||
react ^17.0.1 | ReactFC | * |
file | imports |
---|---|
"../BlockContainer/components/ComponentsContainer" | ComponentsContainer |