mpulse-design-system
TypeScript icon, indicating that this package has built-in type declarations

2.20.2 • Public • Published

mpulse-design-system

This package is intended to be used in conjunction with material-ui v5 by exporting out the office mPulse Design System Theme and related reusable components.

NPM JavaScript Style Guide

Installation


npm:

npm install mpulse-design-system

yarn:

yarn add mpulse-design-system

Getting Started

Here is an example of a basic app using Mpulse Design System Button component:

import * as React from 'react';
import { Button } from 'mpulse-design-system';

function App() {
  return <Button variant="contained">Hello World</Button>;
}

Components

Our storybook features a collection of all of our components.

Documentation

The design system is built using MUI so refer to MUI's documentation

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

Contributing

Read the repository's readme to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

License

MIT © mpulsemobile

Readme

Keywords

none

Package Sidebar

Install

npm i mpulse-design-system

Weekly Downloads

108

Version

2.20.2

License

MIT

Unpacked Size

2.57 MB

Total Files

1834

Last publish

Collaborators

  • mpulsemobile