feat: init split layouts

This commit is contained in:
Liyas Thomas
2021-07-06 17:31:18 +00:00
committed by GitHub
parent 93d373c032
commit fc5a5aad8d
35 changed files with 1204 additions and 1061 deletions

View File

@@ -44,7 +44,7 @@
</div>
</div>
<div v-if="hasFooterSlot" class="p-2">
<div class="row-wrapper">
<div class="flex flex-1">
<slot name="footer"></slot>
</div>
</div>

View File

@@ -1,5 +1,5 @@
<template>
<div class="tabs-wrapper">
<div class="tabs-wrapper bg-blue-300">
<div class="tabs" :class="styles">
<div class="flex w-0">
<div class="inline-flex">
@@ -65,17 +65,19 @@ export default {
.tabs {
@apply flex;
@apply flex-1;
@apply whitespace-nowrap;
@apply overflow-auto;
@apply mt-4;
.tab {
@apply flex;
@apply items-center;
@apply justify-center;
@apply p-3;
@apply px-4;
@apply py-2;
@apply text-secondaryLight;
@apply font-semibold;
@apply text-xs;
@apply cursor-pointer;
@apply transition;
@apply border-b-2;