Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 196 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 196 Bytes

Usage

npm install @abbinizar/card-lib
import ProductCard from '@abbinizar/card-lib;';

const MyApp = () => {
  return (
    <div>
      <ProductCard />
    </div>
  )
}