Components
This is the card with having week days you can use this for alarm like things with his cool animation.
Loading preview...
import { Component } from "@/components/ui/alarm-card";
export default function DemoOne() {
return <Component />;
}