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[] | - | children : [ 0 : {...} 5 keys 1 : {...} 5 keys 2 : {...} 5 keys 3 : {...} 5 keys 4 : {...} 5 keys |
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 | - |