badge style component for timestamp
npx shadcn@latest add https://21st.dev/r/oldkong88/timestamp
Loading preview...
import { Timestamp } from "@/components/ui/timestamp" export function Demo(){ return( <Timestamp seconds={200}/> ) }