Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 730 Bytes

Readme.md

File metadata and controls

33 lines (26 loc) · 730 Bytes

Logicalis Style Guide

Based on Tapestry

Developing

yarn install
yarn start

Got to http://localhost:8000

Build

yarn build

Tapestry Pattern format

---
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 page­level 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>