Link Search Menu Expand Document

Installation

Installing react-easy-typography takes only two steps:

  1. Installing dependecies
# with npm
npm install --save styled-components

# with yarn
yarn add styled-components
Any doubts? See their docs
  1. Installing the library
# with npm
npm install --save react-easy-typography

# with yarn
yarn add react-easy-typography