0.0.1 • Published 2 years ago

@real-system/react-laag-library v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Usage

# install peer dependencies

# npm
$ npm install react react-dom 
# yarn
$ yarn add react react-dom 

# install react-laag-library

# npm
$ npm install @real-system/react-laag-library
# yarn
$ yarn add @real-system/react-laag-library

Code Example

import { laag } from '@real-system/react-laag-library';

...