Brick 1.0beta
UI Components for Modern Web Apps
What is Brick?
Brick is a bundle of re-usable UI components for quickly and flexibly building HTML5 apps. Brick adds new HTML tags- widgets that allow developers to express the structure of an application in a clearer, more concise manner.
What are Web Components?
Web Components is a new W3C standard allowing developers to define new HTML tags and supply the code and styles that power them.
Brick in Action
I'm the front face.
And I'm the back face.
Markup
<x-flipbox>
<div>I'm the front face.</div>
<div>And I'm the back face.</div>
</x-flipbox>
JavaScript
// assume that toggleButton and flipBox are already
// defined as their respective DOM elements
toggleButton.addEventListener("click", function(){
flipBox.toggle();
});
Start Stacking
Download Brick
version 1.0beta — 131KFeedback
Brick is currently in Beta. You may run into issues using the components, but it likely isn't your fault! Please let us know!
File an Issue »