ButtonDisplays a button or a component that looks like a button.Preview Installation CLIManualnpmyarnpnpmbunnpx saaj add Button Usage MyButton.tsximport { Button, ButtonText } from '@/components/ui/Button'; export function MyButton() { return ( <Button> <ButtonText>Get Started</ButtonText> </Button> ); }PreviousBadgeNextCheckbox