Skip to content

maxceem/topcoder-react-utils

Repository files navigation

Topcoder React Utils

The Topcoder collection of generic ReactJS configurations, components and utilities to be shared between all internal and external ReactJS projects developed by the Topcoder community.

Installation

Install this package as

$ npm install --save topcoder-react-utils

Configurations

Components

  • Button — Handles buttons and button-like links (components that look like regular buttons, but behave as links) in the same uniform manner;
  • Link and NavLink — Auxiliary wrappers around React Router's <Link> and <NavLink> components; they help to handle external and internal links in the same uniform manner.

Utilities

Development

To be written

License

Topcoder React Utils is MIT Licensed

About

Topcoder collection of generic ReactJS components and utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 5.5%