MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / ButtonProps

Interface ButtonProps

examples/basic/src/blocks/button.lite.tsx:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Show } from '@builder.io/mitosis';
2
3export interface ButtonProps {
4 attributes?: any;
5 text?: string;
6 link?: string;
7 openLinkInNewTab?: boolean;
8}
9
10export default function Button(props: ButtonProps) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…