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