Advanced button component with extended options and variants.
import { Button } from "@/components/ui/button"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Button>Button</Button> </div> ); }; export { DemoOne };
Part of ReUI — browse the full library on 21st.dev.