Skip to content

leotankilevich/megafon-ui

 
 

Repository files navigation

megafon-ui

Megafon React UI components library.

Github Actions lerna Commitizen friendly

Interactive documentation is here.

How to use

MegaFon component library is available as several npm packages:

  • ui-core npm (scoped with tag)

  • ui-shared npm (scoped with tag)

To install, use the command:

npm install @megafon/ui-core@beta
npm install @megafon/ui-shared@beta

For local development you need:

  1. External system dependencies — node 12+ and yarn.
  2. Install dependencies.
yarn install
  1. Run demo:
yarn run demo

Build all packages

$ yarn run build

Github repository

https://github.com/MegafonWebLab/megafon-ui

Packages

No packages published

Languages

  • TypeScript 72.1%
  • CSS 22.1%
  • JavaScript 5.8%