Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs][field] Fix description to fit in Google #664

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data/components/fieldset/fieldset.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
productId: base-ui
title: React Fieldset component and hook
description: Fieldsets group multiple fields together with a label. This is a light wrapper over the native fieldset and legend elements, but makes the legend element easily stylable.
description: Fieldsets group multiple fields together with a label. This is a light wrapper over the <fieldset> and <legend> elements, to makes the legend easily stylable.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Fieldsets group multiple fields together with a label. This is a light wrapper over the <fieldset> and <legend> elements, to makes the legend easily stylable.
description: Fieldsets group multiple fields together with a label. This is a light wrapper over the <fieldset> and <legend> elements, to make the legend easily stylable.

components: FieldsetRoot, FieldsetLegend
githubLabel: 'component: fieldset'
packageName: '@base_ui/react'
Expand Down
Loading