1.0.4 • Published 4 years ago

@asimov-optus/react-material-ui-components-lib v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

react-material-ui-components-lib

React Components library on Material UI

JavaScript Style Guide NPM Version

Install

npm install --save react-material-ui-components-lib

Usage

import React from "react";
import {
  PrimaryButton,
  HorizontalLabel,
  theme,
} from "react-material-ui-components-lib";
import { ThemeProvider } from "@material-ui/styles";

const App = () => {
  return (
    <ThemeProvider theme={theme}>
      <div>
        <PrimaryButton>Primary</PrimaryButton>
        <HorizontalLabel type="success">Success</HorizontalLabel>
      </div>
    </ThemeProvider>
  );
};
export default App;

License

MIT © ASIMOV


1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago