Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@cosmotech/ui

Package Overview
Dependencies
15
Maintainers
7
Versions
166
Issues
File Explorer

Advanced tools

@cosmotech/ui

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).

    5.1.0latest
    GitHub

Version published
Maintainers
7
Weekly downloads
293
decreased by-63.14%

Weekly downloads

Changelog

Source

5.1.0<sub><sup>2022-08-27 (b505413d86d01cb4d4b05af3f30b264cc91cd6e1...b0d5c4db240065952d2400b51d4c5d5457d4b3b6)</sup></sub>

Features

  • [PROD-9516] use vertical color indicator for modified inputs (446662c)

Bug Fixes

  • fix error banner's animation, handle error properly (b0d5c4d)
<br>

Readme

Source

WebApp Component UI

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.

Build project

yarn install && yarn build will package the project.

Use locally with yalc

yalc is a tool that allow you to use local compiled packages in projets instead of published packages.

  • First use:

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

  • Update package:

rebuild package: yarn build

publish updated package locally: yalc push --sig

Refresh browser if project is running for see changes.

  • Remove link to project (in project directory): yalc remove @cosmotech/ui yarn/npm install

FAQs

Last updated on 23 Mar 2023

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc