dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks
This commit is contained in:
parent
028786d348
commit
577500af92
42 changed files with 4813 additions and 3174 deletions
5
dashboard/src/components/Tabs.vue
Normal file
5
dashboard/src/components/Tabs.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<ul class="list-none flex border-b border-gray-600 mb-4">
|
||||
<slot></slot>
|
||||
</ul>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue