megafon-ui

MegaFon React UI components library.

lerna Commitizen friendly

Documentation can be found here.

How to use

MegaFon components library consists of the following npm packages:

Install using commands:

npm install @megafon/ui-core
npm install @megafon/ui-shared
npm install @megafon/ui-icons
npm install @megafon/ui-helpers
npm install @megafon/ui-lk-vas

UI components from @megafon/ui-core and @megafon/ui-shared packages require CSS custom properties available in global scope.

Add import of those properties in your project:

import "@megafon/ui-core/styles/colors.css";