A visually dynamic loader that mimics a heartbeat rhythm, paired with an ECG (electrocardiogram) line animation to symbolize vitality, life, or live data activity.
import { Component } from "@/components/ui/heartbeat-loader"; export default function DemoOne() { return <Component />; }