@freska/freska-ui
TypeScript icon, indicating that this package has built-in type declarations

2.9.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @freska/freska-ui

Weekly Downloads

165

Version

2.9.11

License

none

Unpacked Size

902 kB

Total Files

6

Last publish

Collaborators

  • annguyen97
  • jerep
  • wleistra
  • satuyli