Usage npm install @abbinizar/card-lib import ProductCard from '@abbinizar/card-lib;'; const MyApp = () => { return ( <div> <ProductCard /> </div> ) }