community-web-uikit
/
2.35.22
community-web-uikit 2.35.22
Install from the command line:
Learn more about npm packages
$ npm install @noom/community-web-uikit@2.35.22
Install via package.json:
"@noom/community-web-uikit": "2.35.22"
About this version
Here are the steps to install ui-kit together with another project.
- git clone git@github.com:AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource.git
- cd ./Amity-Social-Cloud-UIKit-Web-OpenSource
- npm ci
- npm link
- npm link ./
<path-to-your-app>
/node_modules/react ./<path-to-your-app>
/node_modules/react-dom - npm run build
- cd ./
<path-to-your-app>
- npm link @amityco/ui-kit-open-source --save
** We need to link react module to react module in destination project so that react is the same instance otherwise we will encounter issues with react hook.
Please refer to our online documentation at https://docs.amity.co or contact a Ui-Kit representative at developers@amity.co for support.