0.0.4 • Published 8 years ago
fiber-elements v0.0.4
Fiber Elements
This is a work-in-progress, things might not work correctly.
A work in progress library of web components.
Install
bower install fiber-elementsReference fiber-elements inside the HTML of your project
<link rel="import" href="fiber-elements.html">Build
To process styles inside HTML elements
gulp buildThis processes any PostCSS styles within inline <style> tags and creates CSS from fiber attributes used within HTML.
Attributes
Style markup using fiber attributes
<fiber-button w_10gu>View</fiber-button>Properties
Style markup using CSS properties
:host {
layout: flex;
guttering: 4gu;
width: 50%;
}0.0.4
8 years ago