mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
10 lines
272 B
HTML
10 lines
272 B
HTML
<ng-template>
|
|
<div
|
|
(click)="closed.emit()"
|
|
class="tw-flex tw-shrink-0 tw-flex-col tw-rounded tw-border tw-border-solid tw-border-secondary-500 tw-bg-background tw-bg-clip-padding tw-py-2"
|
|
role="menu"
|
|
>
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</ng-template>
|