--- title: Alert desc: Alert informs users about important events. source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/components/alert.css layout: components classnames: component: - class: alert desc: Container element style: - class: alert-outline desc: outline style - class: alert-dash desc: dash outline style - class: alert-soft desc: soft style color: - class: alert-info desc: info color - class: alert-success desc: success color - class: alert-warning desc: warning color - class: alert-error desc: error color direction: - class: alert-vertical desc: Vertical layout, good for mobile - class: alert-horizontal desc: Horizontal layout, good for desktop --- ### ~Alert ```html ``` ### ~Info color ```html ``` ### ~Success color ```html ``` ### ~Warning color ```html ``` ### ~Error color ```html ``` ### ~Alert soft style ```html ``` ### ~Alert outline style ```html ``` ### ~Alert dash style ```html ``` ### ~Alert with buttons + responsive ```html ``` ### ~Alert with title and description ```html ```