Loading :: جاري التحميل

Inline Alert

Inline alerts are essential tools for conveying information to users about updates or changes within the system. They are categorized into inline, toast, and actionable alerts, each serving distinct purposes within user interactions.

Compnent Demo

<div class="alert light-info" role="alert">
  <div class="alert-text">
    <span>
      <i class="icon-block dga-icon md light info rounded dga-arrow-data-transfer-diagonalStrokeRounded-solid"></i>
    </span>
    <div class="alert-details">
      <h6>Section Title</h6>
      <span>section brief comes here with good space for content</span>
    </div>
  </div>
  <div class="alert-action">
    <button type="button" class="dga-btn btn-md dga-transparent">Action</button>
    <button type="button" class="dga-btn btn-md dga-transparent">Action</button>
  </div>
</div>