← Back to components
Patient Card
A comprehensive patient information card for healthcare applications
Healthcare
Created by Dr. Sarah Mitchell
4.9 rating
567 downloads
Preview
How to use
import { PatientCard } from "@/components/demos/patient-card"
export default function PatientDashboard() {
return (
<div>
<PatientCard />
</div>
)
}
Note: Make sure you have the required dependencies installed and the necessary UI components imported in your project. The component uses Tailwind CSS for styling and may require additional setup based on your project configuration.