Skip to content

Commit 0986509

Browse files
committed
Add the FlexDivider component
1 parent c71f74d commit 0986509

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/FlexDivider.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<template>
2+
<div
3+
class="grow-0 shrink-0 ps-px min-h-px min-w-px bg-layer-border"
4+
data-flex-divider
5+
/>
6+
</template>

0 commit comments

Comments
 (0)