-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe the story
Provide a clear description of the new feature or improvement to existing functionality.
Update the Alert family of components to utilize the compound pattern.
The sub-components which are used to compose an implementation of alerts, AlertHeader, AlertTitle, AlertContent, and AlertDescription may be made properties of the Alert component.
Acceptance criteria
Provide clear acceptance criteria to validate the story is complete.
Gherkin syntax example:
GIVEN the Alert component implements the compound pattern
WHEN an instance of Alert is created
THEN the sub-components are internal to Alert, i.e. not exported
AND the Alert component UX is unchanged
Additional context
Add any other context about the story here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request