For the complete documentation index, see llms.txt. This page is also available as Markdown.

use-attributes

capture all attributes that are defined in the webcomponent but are not props

Syntax

const attrs = useAttributes();

Where:

  1. attrs: all the attributes defined on the webcomponent but that are not props, to facilitate reading this hook transforms the index to camelCase

Example

Last updated

Was this helpful?