Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

topcoder-archive/topcoder-platform-topcoder-react-ui-kit

Repository files navigation

Topcoder React UI Kit

The Topcoder UI Kit for internal ReactJS projects.

Installation

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';

Global Styles

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;

Style Mixins

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;

Development

To be written

License

UNLICENSED — for internal Topcoder projects only.

About

New ReactJS implementation of Topcoder UI Kit

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9