-
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.
Refactor the Alert component to use composition for rendering. At a minimum support 3 items:
- Icon
- Title
- Content/Body
Use the shadcn/ui Alert component as a composition reference; however, do not use Radix components.
The UX design of the Alert need not change, only the manner in which the component is composed.
Acceptance criteria
Provide clear acceptance criteria to validate the story is complete.
WHEN the Alert component is used
THEN the components are composed as a hierarchy rather than passed as props
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