0.2.6 • Published 7 years ago

glamor-helpers v0.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago