Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (40 loc) · 959 Bytes

File metadata and controls

43 lines (40 loc) · 959 Bytes

Cards/Card

Renders a standard card.

Card example

<Card>
    <List>
        <ListElement>
            <strong>
                SSO Cross Browser test
            </strong>
            <div>
                <Avatar src="/avatar1.png" />
                <Avatar src="/avatar2.png" />
                <Avatar src="/avatar3.png" />
            </div>
        </ListElement>
        <ListElement>
            <strong>
                Bug in Chrome
            </strong>
            <div>
                <Avatar src="/avatar4.png" />
            </div>
        </ListElement>
        <ListElement>
            <strong>
                Firefox layout on templates
            </strong>
        </ListElement>
        <ListElement>
            <strong>
                Safari update causing issues
            </strong>
        </ListElement>
    </List>
</Card>

CSS

Adds dp-card to the root element.