Here is Buttons Components
import { Button } from '@/components/ui/button' const ButtonDisabledDemo = () => { return <Button disabled>Verify Email</Button> } export default ButtonDisabledDemo
Part of ShadcnStudio — browse the full library on 21st.dev.