On This Page
Search for a command to run...
On This Page
import { RaisedButton } from "@/components/ui/raised-button";
export default function Example() {
return <RaisedButton>Click me</RaisedButton>;
}| Prop | Type | Default | Description |
|---|---|---|---|
| size | "sm" | "default" | "lg" | "icon" | "default" | Size of the button |
| color | string | undefined | Custom color (hex, rgb, or CSS color) |
| disabled | boolean | false | Whether the button is disabled |
| className | string | undefined | Additional CSS classes |