We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bba1a commit b7e4823Copy full SHA for b7e4823
docs/staging/center.mdx
@@ -14,7 +14,9 @@ sourcecode: src/core/Center.tsx
14
</li>
15
</Grid>
16
17
-Calculates a boundary box and centers its children accordingly.
+<Intro>
18
+ Group `children` together and -offset them by half of their bounding box.
19
+</Intro>
20
21
```tsx
22
export type Props = ThreeElements['group'] & {
0 commit comments