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-core
npm install @megafon/ui-shared
npm install @megafon/ui-icons
npm install @megafon/ui-helpers
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";
Follow CONTRIBUTING.md and CODE_OF_CONDUCT.md.