Here is Buttons Components
import { Button } from '@/components/ui/button' const ButtonExtraSmallDemo = () => { return <Button className='h-7 px-2 py-1 text-xs'>Extra Small</Button> } export default ButtonExtraSmallDemo
Part of ShadcnStudio — browse the full library on 21st.dev.