Socket
Socket
Sign inDemoInstall

@cosmotech/ui

Package Overview
Dependencies
171
Maintainers
7
Versions
195
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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


Version published
Weekly downloads
288
decreased by-25.77%
Maintainers
7
Created
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 for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • 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