Button Basic

PreviousNext

button-basic-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/buttons/button/button-basic-demo.tsx
"use client"

import { Button } from "@/components/ui/button"

export default function ButtonBasicDemo() {
  return <Button onPress={() => alert("Pressed")}>Label</Button>
}

Installation

npx shadcn@latest add @intentui/button-basic-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.