/
Card Helper
Card Helper
Example
Usage
For default ‘blue’ card, use in cases where the amount of information required to output is deemed ‘too much’ to display within a Tooltip (decision of this use should be discussed among development team).
For warnings or information which is deemed to be an alert, the ‘yellow’ card should be used.
Structure
<mat-card class="mat-card card-helper">
...
</mat-card>
<mat-card class="mat-card card-helper card-helper-warning">
...
</mat-card>
Container
Every ‘card’ should have a
mat-card
container, which formats its' content styles and spacing.
Alternate Theme
Include the
card-helper-warning
for ‘yellow’ helper card.
, multiple selections available,
Related content
Help Text & Tooltips Library
Help Text & Tooltips Library
More like this
Checkboxes
Checkboxes
More like this
Inputs
Inputs
More like this
Dialogs
Dialogs
More like this
Reports - Report Builder - Templates
Reports - Report Builder - Templates
More like this