Components
CauseCard
The CauseCard is the basic component to create a card. It serves as a parent component for 1 or more child components.
Selector
<cause-card>
Inputs
No inputs
Example
<cause-card>
...
</cause-card>@Module({
...,
imports [
...,
CauseCardModule,
...,
],
...
})
export class AppModule {}CauseCardTitle
The CauseCardTitle adds a title to the CauseCard .
Selectors
<h1|h2|h3|h4|h5|h6 [cause-card-title]>
Inputs
No inputs
Example
CauseCardImage
The CauseCardImage adds a image to the CauseCard .
Selectors
<img [cause-card-image]>
Inputs
No inputs
Example
CauseCardText
The CauseCardText adds a text to the CauseCard .
Selectors
<p [cause-card-text]>
Inputs
No inputs
Example
Last updated
Was this helpful?