diff --git a/.storybook/components/DomRefTable.tsx b/.storybook/components/DomRefTable.tsx index c8ec1d898cf..9bcf3b5e55f 100644 --- a/.storybook/components/DomRefTable.tsx +++ b/.storybook/components/DomRefTable.tsx @@ -74,14 +74,15 @@ export function DomRefTable() { <> {rows.length > 0 ? ( <> - Attributes & Methods + DOM Properties & Methods

- This component exposes public attributes and methods. You can use them directly on the instance of the + This component exposes public properties and methods. You can use them directly on the instance of the component, e.g. by using React Refs.

- This table is showing additional attributes and methods which are not available as props.
- All props (without event handlers, children, and slots) are available as attributes on the DOM ref as well. + This table is showing additional DOM properties and methods which are not available as React props. +
+ All props (without event handlers, children, and slots) are available as properties on the DOM ref as well.