We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1ef1a8b
Spread: Add component prop support (#1559)
component
Enable support for changing the underlying HTML element of the Spread component.
Spread
EXAMPLE USAGE:
<Spread component="span">...</Spread>
Spread: Add data prop support (#1559)
data
<Spread data={{ test: 123 }}>...</Spread>