MCPcopy Create free account
hub / github.com/Remocn/remocn / ButtonExampleProps

Interface ButtonExampleProps

components/docs/examples/button-example.tsx:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18] as const;
19
20export interface ButtonExampleProps {
21 label?: string;
22 variant?: "default" | "secondary" | "destructive" | "outline" | "ghost";
23 size?: "sm" | "default" | "lg";
24 primary?: string;
25}
26
27export const ButtonExampleScene = (p: ButtonExampleProps = {}) => {
28 // Timeline owns `state` via the interpolated style — never a flat prop.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected