@asimov-optus/react-material-ui-components-lib
v1.0.4
Published
Asimov UI Components library
Downloads
8
Readme
react-material-ui-components-lib
React Components library on Material UI
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