created:3/5/2021
updated:3/5/2021
loc
37
comments
11%
passed
4
coverage
60%
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]: ComponentOverride<any, any>; a?: ComponentOverride<any, any>; br?: ComponentOverride<any, any> | undefined; ... 28 more ...; ul?: ComponentOverride<...> | 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 | ||
@component-controls/store ^3.15.0 | useCurrentDocumentuseComponentsComponentInputProps | |
react ^17.0.1 | ReactFC | * |
file | imports |
---|---|
"../BlockContainer/components/ComponentsContainer" | ComponentsContainer |