Here is Button component
import { Button } from "@/components/ui/button-1" export default function ButtonSecondary() { return <Button variant="secondary">Secondary</Button> }
Part of Jolly UI — browse the full library on 21st.dev.