pad-component / 0.0.1 last updated 2 years ago created on Sep 26th 2012

Install

npm install --save pad-component

dependencies

No dependencies listed.

maintainers

tjholowaychuk tjholowaychuk

versions

0.0.1 2 years ago tjholowaychuk
2271 Downloads yesterday.

readme

pad

Trims string whitespace.

Installation

$ npm install pad-component
$ component install component/pad

API

pad(str, len[, char])

Pad str on both sides to the given len, with optional char defaulting to a space.

pad.left(str, len[, char])

Pad str on the left to the given len with optional char.

pad.right(str, len[, char])

Pad str on the right to the given len with optional char.

License

MIT

Resolving all dependencies.. This could take a while as our cache is not yet fully warmed up.