MCPcopy Create free account
hub / github.com/ecto/muni / ButtonProps

Interface ButtonProps

design/components/Button.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type Size = "sm" | "md" | "lg";
5
6interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
7 variant?: Variant;
8 size?: Size;
9}
10
11const variantStyles: Record<Variant, string> = {
12 primary:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected