1.0.6 • Published 3 years ago

react-font-tools v1.0.6

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

react-font-tools

Tools to help you with font of your app.

Install

yarn add react-font-tools
# or
npm i react-font-tools --save

Change log

https://github.com/Achaak/react-font-tools/blob/master/CHANGELOG.md

Hooks

useFontSize

Return the font size and setFontSize to set a new font.

The default font is 1rem

Example:

const [fontSize, setFontSize] = useFontSize()

setFontSize("2rem")
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago