react-font-scale
v0.0.2
Published
React Font Scale =================
Downloads
7
Readme
React Font Scale
Installation
npm install react-font-scale
Usage: Wrap the font scale component around items you would like to scale.
<FontScale
minWidth={300}
maxWidth={600}
minFontSize={8}
maxFontSize={16} >
{content}
</FontScale>