Complexity: Medium
Primary files: packages/ui/src/components/text.tsx
Create a polymorphic Text component that exposes the approved typography and
color roles without encouraging arbitrary class strings.
Acceptance criteria
- Supports semantic elements through an
as prop.
- Supports documented typography and tone variants.
- Forwards refs and native element attributes.
- Includes tests for variants and semantic rendering.
Complexity: Medium
Primary files:
packages/ui/src/components/text.tsxCreate a polymorphic
Textcomponent that exposes the approved typography andcolor roles without encouraging arbitrary class strings.
Acceptance criteria
asprop.