You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a reusable Alert component that meets the design system standards. This component will be used throughout the application to maintain consistency in alert styles, behavior, and accessibility.
Description:
Implement a reusable
Alert
component that meets the design system standards. This component will be used throughout the application to maintain consistency in alert styles, behavior, and accessibility.Figma
Requirements:
Styles:
Props:
variant
: Defines type (filled, outlined).label
: Provide a label for the Alert.title
: Provide a title for the Alert.description
: Provide a description for the Alert.severity
: Representing different states (success, info, error, warning).icon
: Optional prop, have the icon to eachseverity
by defaultDon't forget to cover component with tests and add to the storybook
The text was updated successfully, but these errors were encountered: