Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 556 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 556 Bytes

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()