npx shadcn@latest add https://chamaac.com/r/focus-button.json| Prop | Type | Default | Description |
|---|---|---|---|
| children* | React.ReactNode | - | Button content |
| className | string | "" | Custom class names for styling |
| dashColor | string | "black" | "white" | Custom color for the corner dashes |
| onClick | () => void | - | Click handler function |