Go to main content
Go to KTH IntranetGo to KTH Intranet

Alert

TODO

When to use this component

  • TODO

When not to use this component

  • TODO

How it works

  • TODO

Info alert

TODO

Code
<div class="kth-alert info">
  <h2>An informative alert</h2>
</div>
@use "@kth/style/scss/alert/info.scss";

Warning alert

TODO

Code
<div class="kth-alert warning">
  <h2>An alert that warns the user about something</h2>
</div>
@use "@kth/style/scss/components/alert.scss";

Success alert

TODO

Code
<div class="kth-alert success">
  <h2>An alert that informs the user about something successful</h2>
</div>
@use "@kth/style/scss/components/alert.scss";