Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Brick

[![Build Status](https://travis-ci.org/mozbrick/brick.png)](https://travis-ci.org/mozbrick/brick)

[![Build Status](http://img.shields.io/travis/mozbrick/brick.svg?style=flat)](https://travis-ci.org/mozbrick/brick)
[![Dependency Status](http://img.shields.io/david/mozbrick/brick.svg?style=flat)](https://david-dm.org/mozbrick/brick)
[![DevDependencies Status](http://img.shields.io/david/dev/mozbrick/brick.svg?style=flat)](https://david-dm.org/mozbrick/brick#info=devDependencies)


Brick is a collection of UI components designed for the easy and quick building of web application UIs. Brick components are built using the Web Components standard to allow developers to describe the UI of their app using the HTML syntax they already know.

Expand Down