mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[CL-24] Add tables (#2950)
This commit is contained in:
10
libs/components/src/table/table.component.html
Normal file
10
libs/components/src/table/table.component.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<table class="tw-table-auto tw-w-full tw-text-main tw-leading-normal">
|
||||
<thead
|
||||
class="tw-border-solid tw-border-0 tw-border-b-2 tw-border-secondary-300 tw-text-muted tw-text-bold"
|
||||
>
|
||||
<ng-content select="[header]"></ng-content>
|
||||
</thead>
|
||||
<tbody>
|
||||
<ng-content select="[body]"></ng-content>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user