@cosmotech/ui
Advanced tools
Weekly downloads
Changelog
Readme
The Webapp UI components library aims to be a library of React components that can be used to customize/enhance our Azure Sample Webapp.
You can use this project as a components library to build a front-end for your own Digital Twin solution.
Feel free to contribute to this library. The more components we have, the easier your webapp customization will be.
Documentation for the components is available in the doc folder.
yarn install && yarn build
will package the project.
yalc is a tool that allow you to use local compiled packages in projets instead of published packages.
install yalc :
npm i -g yalc
publish package locally:
yalc push --sig
link package to project (in project directory):
yalc add @cosmotech/ui
yalc link @cosmotech/ui
yarn/npm install
rebuild package:
yarn build
publish updated package locally:
yalc push --sig
Refresh browser if project is running for see changes.
yalc remove @cosmotech/ui
yarn/npm install
FAQs
The **_Webapp UI components library_** aims to be a library of [React](https://reactjs.org/) components that can be used to customize/enhance our [Azure Sample Webapp](https://github.com/Cosmo-Tech/azure-sample-webapp).
The npm package @cosmotech/ui receives a total of 288 weekly downloads. As such, @cosmotech/ui popularity was classified as not popular.
We found that @cosmotech/ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.