File tree Expand file tree Collapse file tree 11 files changed +42
-42
lines changed
content/1.getting-started Expand file tree Collapse file tree 11 files changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
5
5
<template >
6
6
<SplitPanel class =" w-full" >
7
7
<template #start >
8
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
8
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
9
9
</template >
10
10
11
11
<template #end >
12
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
12
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
13
13
</template >
14
14
</SplitPanel >
15
15
</template >
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
13
13
:collapse-threshold =" 50"
14
14
>
15
15
<template #start >
16
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
16
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
17
17
</template >
18
18
19
19
<template #end >
20
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
20
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
21
21
</template >
22
22
</SplitPanel >
23
23
</template >
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ import { SplitPanel } from '@directus/vue-split-panel';
12
12
:max-size =" 500"
13
13
>
14
14
<template #start >
15
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
15
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
16
16
</template >
17
17
18
18
<template #divider >
19
19
<div class =" h-full bg-muted hover:bg-primary w-4" />
20
20
</template >
21
21
22
22
<template #end >
23
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
23
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
24
24
</template >
25
25
</SplitPanel >
26
26
</template >
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ import { SplitPanel } from '@directus/vue-split-panel';
5
5
<template >
6
6
<SplitPanel primary =" start" class =" h-128 w-full" >
7
7
<template #start >
8
- <div class =" w-full h-full bg-orange-50 flex items-center justify-center" >Panel A</div >
8
+ <div class =" w-full h-full bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
9
9
</template >
10
10
11
11
<template #end >
12
12
<SplitPanel orientation =" vertical" class =" h-full" >
13
13
<template #start >
14
- <div class =" w-full h-full bg-red-50 flex items-center justify-center" >Panel B</div >
14
+ <div class =" w-full h-full bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
15
15
</template >
16
16
17
17
<template #end >
18
- <div class =" w-full h-full bg-green-50 flex items-center justify-center" >Panel C</div >
18
+ <div class =" w-full h-full bg-green-100 dark:bg-green-900 flex items-center justify-center" >Panel C</div >
19
19
</template >
20
20
</SplitPanel >
21
21
</template >
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
11
11
:max-size =" 40"
12
12
>
13
13
<template #start >
14
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
14
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
15
15
</template >
16
16
17
17
<template #end >
18
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
18
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
19
19
</template >
20
20
</SplitPanel >
21
21
</template >
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
5
5
<template >
6
6
<SplitPanel class =" w-full" primary =" start" :size =" 350" size-unit =" px" >
7
7
<template #start >
8
- <div class =" w-full h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
8
+ <div class =" w-full h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
9
9
</template >
10
10
11
11
<template #end >
12
- <div class =" w-full h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
12
+ <div class =" w-full h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
13
13
</template >
14
14
</SplitPanel >
15
15
</template >
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
11
11
:max-size =" 500"
12
12
>
13
13
<template #start >
14
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
14
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
15
15
</template >
16
16
17
17
<template #end >
18
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
18
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
19
19
</template >
20
20
</SplitPanel >
21
21
</template >
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
5
5
<template >
6
6
<SplitPanel class =" w-full" :snap-points =" [25, 50]" >
7
7
<template #start >
8
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
8
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
9
9
</template >
10
10
11
11
<template #end >
12
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
12
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
13
13
</template >
14
14
</SplitPanel >
15
15
</template >
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
14
14
transition-duration =" 150ms"
15
15
>
16
16
<template #start >
17
- <div class =" h-16 bg-orange-50 flex items-center justify-center" >Panel A</div >
17
+ <div class =" h-16 bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
18
18
</template >
19
19
20
20
<template #end >
21
- <div class =" h-16 bg-blue-50 flex items-center justify-center" >Panel B</div >
21
+ <div class =" h-16 bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
22
22
</template >
23
23
</SplitPanel >
24
24
</template >
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import { SplitPanel } from '@directus/vue-split-panel';
8
8
class =" h-128 w-full"
9
9
>
10
10
<template #start >
11
- <div class =" w-full h-full bg-orange-50 flex items-center justify-center" >Panel A</div >
11
+ <div class =" w-full h-full bg-orange-100 dark:bg-orange-900 flex items-center justify-center" >Panel A</div >
12
12
</template >
13
13
14
14
<template #end >
15
- <div class =" w-full h-full bg-blue-50 flex items-center justify-center" >Panel B</div >
15
+ <div class =" w-full h-full bg-blue-100 dark:bg-blue-900 flex items-center justify-center" >Panel B</div >
16
16
</template >
17
17
</SplitPanel >
18
18
</template >
You can’t perform that action at this time.
0 commit comments