mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Added clickable state to callout component (#282)
This commit is contained in:
@@ -14,6 +14,7 @@ export class CalloutComponent implements OnInit {
|
||||
@Input() type = 'info';
|
||||
@Input() icon: string;
|
||||
@Input() title: string;
|
||||
@Input() clickable: boolean;
|
||||
|
||||
calloutStyle: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user