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

Commit 88d82c8

Browse files
committed
Update box description in docs
1 parent 3a8c198 commit 88d82c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/visual-stack-docs/src/containers/Components/Docs

packages/visual-stack-docs/src/containers/Components/Docs/box.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export default () => {
2626
<Text>
2727
A Box is a primitive layout component with standardized styling
2828
props that renders a div container using flexbox. You can think
29-
of it as a div with superpowers.
29+
of it as a div with superpowers. Use it to lay out components in
30+
columns, rows, add spacing between them, center them, and more.
3031
</Text>
3132
<Box gap="large">
3233
<Text type="h4">Import</Text>

0 commit comments

Comments
 (0)