Skip to content

Conversation

@d-beezee
Copy link
Member

@d-beezee d-beezee commented Nov 14, 2022

<WidgetCard>
    <WidgetCard.Header tooltipContent="Tooltip content">
        CARD TITLE
    </WidgetCard.Header>
    <div>
        HERE MY MAIN CONTENT (e.g. a graph)
    </div>
    <WidgetCard.Description
        header={"Small text on top"}
        content={
        <span style={{ color: "purple" }}>
            8
            <XL tag="span" isBold>
            critical bugs
            </XL>
        </span>
        }
        footer={"of 100 bugs"}
    />
    <WidgetCard.Footer><a>FOOTER LINK<i>my_external_link_icon</i></a></WidgetCard.Footer>
</WidgetCard>

@cannarocks cannarocks added this to the Mother of all dashboards milestone Nov 15, 2022
@iacopolea iacopolea merged commit 887fa5d into UN-93 Nov 15, 2022
@iacopolea iacopolea deleted the setup-widget-card branch November 15, 2022 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants