created:3/5/2021
updated:3/5/2021
loc
44
comments
39%
passed
12
coverage
71%
Story
block component to render story function with decorators
Name | Description | Default | |
---|---|---|---|
StoryOwnProps(4 properties) | |||
ref | ref can be used by blocks embedding Story - ie ally plugin ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | - | |
onRender | used by other blocks ie ally plugin uses it launch a new ally test on re-render (() => void) | - | |
wrapper | wrapper type - can be an iframe or just regular react iframewrapper | - | |
iframeStyle | if an iframe wrapper - this is additional iframe style CSSProperties | - | |
StoryInputProps(2 properties) | |||
BlockContainerOwnProps(5 properties) | |||
HTMLAttributes(42 properties) | |||
Attributes(2 properties) | |||
AriaAttributes(48 properties) | |||
DOMAttributes(161 properties) | |||
BoxOwnProps(3 properties) | |||
SpaceProps(28 properties) | |||
BackgroundColorProps(2 properties) | |||
OpacityProps(1 properties) |
34 commits
package | imports | peer |
---|---|---|
@component-controls/store ^3.15.0 | useStoryStoryInputProps | |
react ^17.0.1 | useEffectforwardRefRefFC | * |
theme-ui ^0.8.4 | jsxCSSProperties |
file | imports |
---|---|
"../BlockContainer/story" | StoryBlockContainerStoryBlockContainerProps |
"../context" | useCustomProps |
"./StoryRender" | StoryRenderStoryWrapperTypeNAME |