mirror of
https://github.com/bitwarden/web
synced 2025-12-31 15:43:14 +00:00
callout component
This commit is contained in:
7
src/app/components/callout.component.html
Normal file
7
src/app/components/callout.component.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="callout callout-{{calloutStyle}}" role="alert">
|
||||
<h3 class="callout-heading" *ngIf="title">
|
||||
<i class="fa {{icon}}" *ngIf="icon"></i>
|
||||
{{title}}
|
||||
</h3>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
Reference in New Issue
Block a user