@modusbox/react-components
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

@modusbox/react-components

A collection of React components for the frontend apps.

To install the module run yarn add @modusbox/react-components.

Documentation is available at https://modusintegration.github.io/react-components

Development

First install the dependencies with yarn install.

It is suggested to configure your editor/IDE to use ESLint plugins so that you'll be able to see warnings and errors while coding.

Testing

The library uses Jest for testing. Tests should be written in .ts files, post with .spec eg html.spec.ts.

Use yarn test to launch the test runner.

Coding standards

The project uses ESLint extending Airbnb, Prettier, Typescript recommended rules.

Use yarn lint to run ESLint across the source files.

Building the library

You can use the command yarn build to launch rollup locally.

While this is not a necessary step while developing, it can be useful when you want to test the library locally with yarn link.

Documentation

The project uses Storybook to generate documentation.

Use yarn storybook to run storybook on the codebase.

Readme

Keywords

none

Package Sidebar

Install

npm i @modusbox/react-components

Weekly Downloads

9

Version

0.1.9

License

MIT

Unpacked Size

1.6 MB

Total Files

319

Last publish

Collaborators

  • modusbox