0.1.2 • Published 1 year ago

test3-react-components v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

Usage

import { LanatusButton } from '@lanatus/react-components';

const App = () => (
  <>
    <Button variant='contained'>PRESS ME</Button>
  </>
);