Enhanced shadcn/ui button
import { Button } from "@/components/ui/button"; function Component() { return <Button disabled>Button</Button>; } export { Component };
Part of Origin UI — browse the full library on 21st.dev.