pttrn

Just pattern pieces..

Learn more »

Installation

Bower

Make sure you have bower installed or install it via npm install -g bower.

console
bower install pttrn --save
less
@import "bower_components/pttrn/less/pttrn";

Old School

Download pttrn.css or pttrn.min.css.

html
<link rel="stylesheet" href="path/to/pttrn.css">

Usage

Using LESS

less
.foo{
    .pttrn-hexagon();
}

.bar{
    .pttrn-hexagon(#ED5821);
}
html
<div class="foo">
    pttrn
</div>

<div class="bar">
    pttrn with color
</div>

Using CSS

html
<div class="pttrn-hexagon">
    pttrn
</div>

Color

Default color is #333333, but you can change .pttrn color from here.

Pattern

pttrn-horizontal
pttrn-vertical
pttrn-polkadot
pttrn-hexagon
pttrn-square
pttrn-circle
pttrn-snake
pttrn-plus
pttrn-diamond
pttrn-diamondero
pttrn-sarung

Contribution

pttrn Generator

For example, you can download example.png