0.18.0 • Published 2 years ago

manimaran001 v0.18.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Usage

Create a card with us

install with this npm

npm i manimaran001

The component accepts the following props: 1.PatientName : string 2.address : string 3.email : string 4.Patientimage : string

import {Demo} from "manimaran001"

function App(){
  return (
    <div className="App">
    <Demo 
    patientName={"rajnKumar"}
    patientImage={"https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_600,h_600/global/380697/03/sv01/fnd/IND/fmt/png/Wild-Rider-Layers-Unisex-Sneakers"}
    email={"maxi@gmail.com"}
    address={"jamerrRoad"}
    />
    </div>
  )
}
export default App;
0.18.0

2 years ago

0.16.0

2 years ago

0.15.0

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago