Skip to content

Commit

Permalink
8217. Fix link - fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Dec 28, 2023
1 parent 113c70d commit 071f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fieldset/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ demo:
slug: example-fields
---

A field set uses the standard HTML `<fieldset>` and `<legend>` element and simply adds CSS to style the `<legend>` element text. A `<fieldset>` is not expandable. For that, you can use the [expandable area](./expandablearea) component.
A field set uses the standard HTML `<fieldset>` and `<legend>` element and simply adds CSS to style the `<legend>` element text. A `<fieldset>` is not expandable. For that, you can use the [expandable area](../expandablearea/readme.md) component.

Here is an example showing a few input fields in a `<fieldset>`. Anything can go inside a `<fieldset>` but is usually used for input fields.

Expand Down

0 comments on commit 071f8e0

Please sign in to comment.