comp-lib-test
v1.3.15
Published
Component lib sample.
Readme
CompLibTest
About comp-lib-test
This is a test component library set up for pulling in well developed and tested components built using react.
Set up the components lib by running below command
> npm install comp-lib-testIn order to import a component from the package use
import {MyComp} from "comp-lib-test";