We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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>