msp-components

1.0.13 • Public • Published

Components

Description

React UI components.

Installation

yarn add msp-components

or

npm --save install msp-components

Additionally install the peer dependencies (if not present)

yarn add react

or

npm --save install react

Usage

import { Button } from 'msp-components';

const Example = () => {
  return (
    <div>
      <Button variant="primary">Primary Button</Button>
    </div>
  );
};

export default Example;

Available components

To check avaliable components, please run the Storybook:

cd packages/components
yarn storybook

or

cd packages/components
npm run storybook

This will start a local server running Storybook with demos and documentation for all available components, avalaible on

http://localhost:6006

Readme

Keywords

none

Package Sidebar

Install

npm i msp-components

Weekly Downloads

0

Version

1.0.13

License

none

Unpacked Size

354 kB

Total Files

4

Last publish

Collaborators

  • pedromagalhaes