MCPcopy
hub / github.com/Blazity/next-enterprise / Button

Function Button

components/Button/Button.tsx:41–47  ·  view source on GitHub ↗
({ className, intent, size, underline, ...props }: ButtonProps)

Source from the content-addressed store, hash-verified

39}
40
41export function Button({ className, intent, size, underline, ...props }: ButtonProps) {
42 return (
43 <a className={twMerge(button({ intent, size, className, underline }))} {...props}>
44 {props.children}
45 </a>
46 )
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected