Based on Tapestry
yarn install
yarn start
Got to http://localhost:8000
yarn build
---
name: Alert
description: |
### What
Page level information or service alert. Critical updates with a defined time period should be pushed using the alert box.
### Use when
For pagelevel critical updates.
---
<div class="ui-alert ui-alert--success">
<div class="alert__title">This is a success alert</div>
<div class="alert__body">More body text</div>
<a href="#" class="alert_close"></a>
</div>