Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

reusable-react-components

gallant447350ISC1.0.0

Reusable react components

Reusable, React, React checkbox, React Radiobutton, React Dropdown, React Dropdown Search, React Multi select Dropdown, React Multi select Dropdown search, Checkbox, Radiobutton, Dropdown, Dropdown Search, Multi select Dropdown, Multi select Dropdown search, Modal, React Modal, Lazy Load, Infinite scroll

readme

Reusable React Components

WerckerHackage-Depsnpm

Contains group of common components (Checkbox, Radiobutton, Dropdown, Multiselect dropdown and many more to come)

Demo

How to Install as an NPM module

yarn add reusable-react-components
or
npm install reusable-react-components

Import CSS from reusable-react-components/build/main.css

How to install locally

git clone https://github.com/gallant4473/reusable-react-components.git or download zip from https://github.com/gallant4473/reusable-react-components
cd **reusable-react-components**
npm install or yarn install
npm run build or yarn build
yarn link or npm link
Open up the project you want to install, yarn link reusable-react-components or npm link reusable-react-components.
import and use it.
If you want to make changes in reusable-react-components, For continuous watching the changes yarn start or npm start in reusable-react-components.

Checklist