test3-react-components
v0.1.2
Published
- In this package, there are common components like button, input box, etc. - It is a comprehensive library of components that features our implementation of Material UI v5. - It is also available as [npm package](https://www.npmjs.com/package/@lanatuss
Downloads
5
Maintainers
Readme
lanatus-react-components
About package
- In this package, there are common components like button, input box, etc.
- It is a comprehensive library of components that features our implementation of Material UI v5.
- It is also available as npm package
- This project is licensed under the terms of the ISC license.
- You can submit any ideas as GitHub issues.
Installation
npm i @lanatussystems/react-components --save
Components
Below are links to the component's readme file. How to use it? Description of the props of the component:
Usage
import { LanatusButton } from '@lanatus/react-components';
const App = () => (
<>
<Button variant='contained'>PRESS ME</Button>
</>
);