Skip to content

alex-mas/react-components

Repository files navigation

Build Status Coverage Status

axc

A library that offers a variety of react components written in typescript.

The scope of this project is not to provide something like bootstrap, but to create a suite of components that behave as they should, leaving the styling to the specific project in which they are deployed.

Installation

    npm install @axc/react-components --save

Examples

You can see the components in action in the Storybook

Documentation

You can check the documentation of all components in the following link Documentation page

Documentation generated by typedoc

Styling components

To style the components you have to override the styles defined on the base classes

Stack used