The last word of this sentence is secondary.
Open in Playroom
  • Strong For a stronger text treatment.
This component must be nested within a Text or Heading component.
Braid components are very explicit about the properties they accept, which makes providing arbitrary data attributes not possible. Instead, a data prop can be provided as a single collection of data attributes.
<Secondary
  data={{ testid: 'secondary-1' }}
  // => data-testid="secondary-1"
>
  ...
</Secondary>