You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@ultimaker/react-web-components

Package Overview
Dependencies
Maintainers
11
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimaker/react-web-components

Ultimaker's unified react component and style library for front-end web

7.0.3
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
11
Weekly downloads
 
Created
Source

React Web Components

Warning: this library is considered deprecated. New simple components should live in stardust-web.

Build Dependabot Status

Installation

Make sure you have the following dependencies installed on your machine:

  • node.js 8.x
  • npm

Then clone this repository.

Run storybook

npm install
npm run start

Build storybook

Normally done automatically during CI.

npm install
npm run build

You can now serve the static content in the /public folder.

Release to npm

To make a new release, run npm version with the right parameters (see example). This will update the package.json file, commit the changes and create an annotated tag. After pushing, the CI will pick this up and publish it to npm. You should also make a release on github to document the changes.

See https://docs.npmjs.com/cli/version for supported parameters to npm version.

example (%s here will be automatically replaced with the new version number):

npm version patch -m "Upgrade to %s for reasons"
git push --follow-tags

FAQs

Package last updated on 24 Apr 2020

Did you know?

Socket

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