import { Alert } from '@arctic-kit/snow';function Demo() {return (<Alert severity="info" title="Arctic Design Kit">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sunt corporis natus veniam quis.</Alert>);}
Props | Type | Default |
---|---|---|
action | ReactNode | --- |
childClassName | string | undefined | --- |
className | string | undefined | --- |
hideChildren | boolean | undefined | --- |
hideIcon | boolean | undefined | --- |
severity | SnowFeedbackColor | --- |
shadow | boolean | undefined | --- |
title | ReactNode | --- |