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