By default renders a div with display: block, as a starting point for building your own custom block components.
A block component is a <div>
with display: block
, and a starting point for building your own custom block components.
Name | Description | Type | Default Value |
---|---|---|---|
as | As<any> | n/a | |
extend | A CSS object or a function returning a CSS object, or an array of them | ExtendPropValue<CurrentTheme, {}> | n/a |
ref | any | n/a |