MegaFon React UI components library.
Documentation can be found here.
MegaFon components library consists of the following npm packages:
Install using commands:
npm install @megafon/ui-corenpm install @megafon/ui-sharednpm install @megafon/ui-iconsnpm install @megafon/ui-helpersUI 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";Follow CONTRIBUTING.md and CODE_OF_CONDUCT.md.