1.0.506 • Published 2 years ago

cognitiv-ui v1.0.506

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

This is a repository of common ui components for MSA-based projects

Table of Contents

Installation

Install the dependencies:

npm install

Viewing the component storybook

To view the component library storybook:

npm run storybook

Libraries used

This application uses the following libraries:

View

  • react

    React is a JavaScript library for building user interfaces. It is declarative and component-based.

HOC utilities

  • recompose

    Recompose enables conversion of stateless functional components into class-based components. It also provides a variety of useful higher-order-components and functions which can be found here.

Styling

Component library

  • storybook

    Storybook allows for easy visualization and documentation of components.

Code formatting and linting

  • prettier-eslint

    Committed codes will automatically be formatted with Prettier followed by eslint --fix.