0.2.6 • Published 8 years ago

glamor-helpers v0.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Glamor Helpers

A series of glamor helpers!

Getting Started

yarn install glamor-helpers

API

setAspectRatio

setAspectRatio (width: number, height: number);
setAspectRatio(400, 300);

setBackgroundUrl

setBackgroundUrl(url: string, fallBack: string);
setBackgroundUrl('/image.png', '#000');

em

em(size: number)
em(16)

makeFluid

makeFluid()

visuallyHideElement

visuallyHideElement()

createGradient TBD

createGradient()
0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago