Audience: Developer consuming this package.
npm i jl-react-components-library
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>