| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An app for creating and managing your front-end pattern library.
Dependecy
Bower
npm install -g bower
Clone the repository
git clone https://github.com/PebbleRoad/tapestry.git
Install NPM and bower packages
npm install && bower install
Launch the server
gulp patterns
Open your browser and navigate to
http://localhost:8000
---
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>
| Back | FazBrowse Home | New Git URL |