import { ButtonColorful } from "@/components/ui/button-colorful" import { Button } from "@/components/ui/button" import { LucideIcon } from "lucide-react" function ButtonDemo() { return <ButtonColorful /> } export { ButtonDemo }
Part of Kokonut UI — browse the full library on 21st.dev.