Button which can render an text together with an icon.
Optional
// Rendered as button <CompositeButton type="button" text="Click me!" /> // Rendered as link <CompositeButton path="/home" text="Click me!" /> Copy
// Rendered as button <CompositeButton type="button" text="Click me!" /> // Rendered as link <CompositeButton path="/home" text="Click me!" />
Generated using TypeDoc
Button which can render an text together with an icon.