Skip to content

Commit 56c4f02

Browse files
authored
Update Page.ab.doc.ts
Remove the clarification of not wrapping children into stack/grid/box.
1 parent 231cc26 commit 56c4f02

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-extensions/src/surfaces/admin/components/Page

1 file changed

+1
-1
lines changed

Diff for: packages/ui-extensions/src/surfaces/admin/components/Page/Page.ab.doc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {AdminReferenceEntityTemplateSchema} from '../../docs-types';
33
const data: AdminReferenceEntityTemplateSchema = {
44
name: 'Page',
55
description: `
6-
Use \`s-page\` as the main container for placing content in your app. Page comes with preset layouts and automatically adds spacing between elements. This means you don't need to wrap your content inside \`s-grid\`, \`s-stack\`, or \`s-box\`.
6+
Use \`s-page\` as the main container for placing content in your app. Page comes with preset layouts and automatically adds spacing between elements.
77
88
#### Useful for:
99
- Creating flexible, responsive page layouts.

0 commit comments

Comments
 (0)