Skip to content

Commit 63c6faf

Browse files
committed
chore: update form layout docs)
1 parent 3705495 commit 63c6faf

File tree

6 files changed

+62
-291
lines changed

6 files changed

+62
-291
lines changed

packages/paste-core/components/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "12.0.1",
44
"category": "layout",
55
"status": "production",
6-
"description": "A form groups related form elements that allow users to input information or configure options.",
6+
"description": "A Form Layout standardizes spacing among form elements.",
77
"author": "Twilio Inc.",
88
"license": "MIT",
99
"main:dev": "src/index.tsx",
Loading
Loading

packages/paste-website/src/pages/components/form-layout/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const meta = {
22
title: 'Form - API',
33
package: '@twilio-paste/form',
4-
description: 'A Form groups related form elements that allow users to input information or configure options.',
4+
description: 'A Form Layout standardizes spacing among form elements.',
55
slug: '/components/form-layout/api',
66
};
77

packages/paste-website/src/pages/components/form-layout/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const meta = {
22
title: 'Form - Changelog',
33
package: '@twilio-paste/form',
4-
description: 'A Form groups related form elements that allow users to input information or configure options.',
4+
description: 'A Form Layout standardizes spacing among form elements.',
55
slug: '/components/form-layout/changelog',
66
};
77

0 commit comments

Comments
 (0)