Name | Description | Default | Control |
---|---|---|---|
children | Attribute Reffers to the component or array of components that will be shown inside the blockstring | React.ReactElement | React.ReactElement[] | - | |
testId | Attribute ID used to locate the element in unit test suites (like Jest)string | "test-block" | |
cssClasses | Attribute Custom CSS classes, applicable for specific scenariosstring | "block" | |
style | Attribute Custom styling applicable for specific scenariosCSSProperties | - |