NameDescriptionDefaultControl
children
Attribute Reffers to the component or array of components that will be shown inside the block
string | 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 scenarios
string
"block"
style
Attribute Custom styling applicable for specific scenarios
CSSProperties
-