Card Module

The CauseCardModule provide the components to create cards, such as the one used in the evalink marketplace. The card can be put together with different elements to make them flexible for different use cases.

List of the integrations in the evalink marketplace, which makes use of the CauseCard

Components

Example

<cause-card>
    <img cause-card-image src="..." alt="...">
    <h2 cause-card-title>Together for a safer world.</h2>
    <p cause-card-text>
        We’re on a mission to democratize security
        by connecting technology with people to better
        protect lives and valuables. 
    </p>
</cause-card>

Result

Last updated

Was this helpful?