Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@freska/freska-ui

Package Overview
Dependencies
Maintainers
4
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freska/freska-ui

React component library designed to help developers create unified Freska experience across different frontends.

  • 2.9.11
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Freska UI Components

React component library designed to help developers create unified Freska experience across different frontends.

Using the React components

TODO

Style guide

Run the following command to start style guide dev server:

npm run styleguide

Run the following command to build a static version of style guide:

npm run styleguide:build

Publishing New Version to NPM

Before updates in master can be used in external projects, a new NPM version has been published. To do so, follow these steps:

Don't have (or don't know if you have) versioning and publishing rights? Let somebody know.

  1. First, build the styleguide to include the latest updates.

Before updates in master can be used in external projects, a new NPM version has to be published. To do so, follow these steps:

npm run build
  1. Then increment the NPM version by using:
  • major is for large X.0.0 changes
  • minor is for smaller but substantial updates such as entirely new components
  • patch is probably the most common used for small updates to existing components
npm version major|minor|patch
  1. Push the latest build to Github
git push
  1. Finally, publish the latest version to NPM
npm publish

FAQs

Package last updated on 06 Apr 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc