Axinom Mosaic Libraries
    Preparing search index...

    Variable CompositeButtonConst

    CompositeButton: React.FC<CompositeButtonProps> = ...

    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!" />