#38 : Customize table, update docs

This commit is contained in:
Vadim
2021-07-07 23:19:26 +03:00
parent b07caa9bac
commit da14c0ef6f
8 changed files with 64 additions and 54 deletions

View File

@@ -0,0 +1,15 @@
<div class="table-wrapper">
<table>
<slot></slot>
</table>
</div>
<style>
.table-wrapper {
max-width: 100%;
overflow-x: auto;
}
table {
border-collapse: collapse;
}
</style>