Paragraph, meant to represent the paragraph element, is a typography component built on top of Text.
<p>.sizeVariant and variant; never style them identically.variant="active" — Semibold weight and active color for key content such as questions or primary instructions. At sizeVariant="xs" it applies semibold weight without changing the text color.variant="secondary" — Subtle text color for supplementary information that supports surrounding content without competing for attention. At sizeVariant="xs" it reads as de-emphasized helper text.variant for standard body copy.sizeVariant="md" (default) — Standard body text.sizeVariant="xs" — Supporting or supplementary text. Combine with variant="secondary" for the most de-emphasized level of the hierarchy.as to "p". Override with as (React) or @as (Ember) to render a different element.sizeVariant and variant are Paragraph's only own props; every other Text prop (text, size, weight, color, family, fontStyle) passes through. Passing text or color directly overrides the typography style and color Paragraph derives from sizeVariant and variant.children in React and the default block ({{yield}}) in Ember.<PlumaParagraph> with @sizeVariant and @variant.