You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`as`|`FunctionComponent`|`-`| Change the default rendered element for the one passed as, merging their props and behavior. Read our [Composition](https://github.com/ZAHON/qwik-primitives/blob/main/packages/primitives/docs/composition.md) guide for more details. |
184
-
|`visuallyHidden`|`boolean`|`-`| When `true`, title will be hide from the screen in an accessible way. |
185
-
|`style`|`CSSProperties`|`-`| The inline style for the element. |
|`as`|`FunctionComponent`|`-`| Change the default rendered element for the one passed as, merging their props and behavior. Read our [Composition](https://github.com/ZAHON/qwik-primitives/blob/main/packages/primitives/docs/composition.md) guide for more details. |
184
+
|`level`|`"1" \| "2" \| "3" \| "4" \| "5" \| "6"`|`"2"`| The level of the title, determines which tag will be used (h1-h6). |
185
+
|`visuallyHidden`|`boolean`|`-`| When `true`, title will be hide from the screen in an accessible way. |
186
+
|`style`|`CSSProperties`|`-`| The inline style for the element. |
0 commit comments