0.1.5 • Published 4 years ago

collaboration v0.1.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Installation and setup

Start development

  1. Run yarn install.

For creating build

  1. Run yarn run build.

For installing dependency in the project

  1. Get the path of the build in the local system (Example: /Users/Documents/npm/collabration)

  2. Go to the project where you want to install the dependency, then run command, yarn add {{local-system path}} (/Users/Documents/npm/collabration)

For calling dependency in the project

  1. include the collabration in your file (import Collaboration from 'collaboration').
  2. call the collaboration method in the jsx and pass props entityId (Example: <Collaboration entityId={44} />).