1.1.1 • Published 5 years ago

reusable-react-lib v1.1.1

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

Pluralsight React Components

A library of React components created in "Creating Reusable React Components" on Pluralsight.

Install

npm install reusable-react-lib

Use Full lib

import { EyeIcon } from 'reusable-react-lib' 

Use only exports

import EyeIcon from 'reusable-react-lib/lib/EyeIcon'