Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 746e1f8

Browse files
authored
docs: change to vertical stack
1 parent 8c70c0e commit 746e1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/demo/src/components/BasicType.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<c-stack :spacing="5" :mt="5" is-inline justify="space-between">
3-
<c-box width="25%" :p="5" rounded="lg" shadow="md" border-width="1px" v-for="typeV in typeVariants" :key="typeV.type">
2+
<c-stack :spacing="5" :mt="5" justify="space-between">
3+
<c-box width="100%" :p="5" rounded="lg" shadow="md" border-width="1px" v-for="typeV in typeVariants" :key="typeV.type">
44
<c-text font-size="xl" :mb="2">Type: {{ typeV.type }}</c-text>
55

66
<c-button

0 commit comments

Comments
 (0)