Preview
Button
This is a button with outline styles
Installation
npx shadcn@latest add https://docs-kit.pheralb.dev/r/frameUsage
React
import { Frame } from "@/components/ui/frame";
<Frame>Hello</Frame>;Props
| Prop | Type | Required |
|---|---|---|
| title | string | No |
| center | boolean | No |
| caption | string | No |
| className | string | No |
| containerClassName | string | No |