# Button Documentation Used to trigger an action or event, such as submitting a form, displaying a dialog or sending a request. ## Usage ```tsx import { Button } from "@/components/ui/button" export function ButtonDemo() { return } ``` WIP