Skip to content

Commit b7e4823

Browse files
authored
fix(docs): center.mdx
1 parent f3bba1a commit b7e4823

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/staging/center.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ sourcecode: src/core/Center.tsx
1414
</li>
1515
</Grid>
1616

17-
Calculates a boundary box and centers its children accordingly.
17+
<Intro>
18+
Group `children` together and -offset them by half of their bounding box.
19+
</Intro>
1820

1921
```tsx
2022
export type Props = ThreeElements['group'] & {

0 commit comments

Comments
 (0)