mpulse-design-system
v2.23.2
Published
The design system for mPulse Mobile
Downloads
456
Readme
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.
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