The Topcoder UI Kit for internal ReactJS projects.
Install the package via NPM:
$ npm install --save topcoder-react-ui-kit
Import its global stylesheet into the root ReactJS component of your app:
import 'topcoder-react-ui-kit/dist/style.css';
The import of topcoder-react-ui-kit/dist/style.css
stylesheet provides you with
(assuming that your Webpack config properly parses that stylesheet, and bundles
all assets referenced from there into your bundle):
Fonts
— Declaration of standard Topcoder fonts;
To use any of the style mixins in your SCSS code you should import them as
@import "~topcoder-react-ui-kit/src/styles/mixins";
Variables
— Standard colors, design break points and other global style constants;
To be written
UNLICENSED — for internal Topcoder projects only.