docs(stack): update to use correct tag prop (#1964)

This commit is contained in:
Eric Liu 2024-04-21 21:31:34 -07:00 committed by GitHub
commit adab556fa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>