Dynamic Block
Typedefs
- props
Props for DynamicBlock
Page Builder Dynamic Block component.
This component is part of the Page Builder / PWA integration. It can be consumed without Page Builder.
Returns:
React.Element
— A React component that displays a Dynamic Block.
Parameters
Name | Type | Description |
---|---|---|
props | React component props |
Props for DynamicBlock
Properties
Name | Type | Description |
---|---|---|
classes | Object | An object containing the class names for the component |
classes.root | String | CSS class for the component root element |
displayInline | Boolean | Select display inline or display block |
displayMode | String | Display mode of the dynamic block |
uids | String | ID of the dynamic block |
textAlign | String | Alignment of the component within the parent container |
border | String | CSS border property |
borderColor | String | CSS border color property |
borderWidth | String | CSS border width property |
borderRadius | String | CSS border radius property |
marginTop | String | CSS margin top property |
marginRight | String | CSS margin right property |
marginBottom | String | CSS margin bottom property |
marginLeft | String | CSS margin left property |
paddingTop | String | CSS padding top property |
paddingRight | String | CSS padding right property |
paddingBottom | String | CSS padding bottom property |
paddingLeft | String | CSS padding left property |
cssClasses | Array | List of CSS classes to be applied to the component |
Source Code: pwa-studio/packages/pagebuilder/lib/ContentTypes/DynamicBlock/dynamicBlock.ee.js