docs(stack): update to use correct tag prop

This commit is contained in:
Eric Liu 2024-04-21 21:23:04 -07:00
commit e907adb43e
2 changed files with 3 additions and 3 deletions

View file

@ -3,4 +3,4 @@
</script>
<Stack gap="200px" orientation="vertical">Content</Stack>
<Stack gap="{13}" orientation="horizontal">Content</Stack>
<Stack tag="ol" gap="{13}" orientation="horizontal">Content</Stack>