Const
Button which can render an text together with an icon.
// 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!" />
Button which can render an text together with an icon.