Components

import { Button } from "@/components/ui/button";
import { ChevronDown } from "lucide-react";
function Component() {
return (
<Button>
Button
<ChevronDown className="-me-1 ms-2 opacity-60" size={16} strokeWidth={2} aria-hidden="true" />
</Button>
);
}
export { Component };






































Part of Origin UI — browse the full library on 21st.dev.