0.0.30 • Published 5 years ago
raj-react-components-library v0.0.30
jl-react-components-library
Audience: Developer consuming this package.
Install
npm i jl-react-components-library
Basic Usage
Note: For full documentation, see link at the bottom of this page.
import MyComponent from 'jl-react-components-library/cjs/ui/MyComponent' // commonjs
import MyComponent from 'jl-react-components-library/es/ui/MyComponent' // ES modules
<MyComponent onClick={() => {}}>Test</MyComponent>