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
Copy file name to clipboardexpand all lines: packages/title/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,10 @@ const TitleDefault = () => (
25
25
);
26
26
exportdefaultTitleDefault;
27
27
```
28
+
29
+
By default, using this component produces a level 2 title (level 1 is restricted to the title bar of the page). If you want another title level you can specify the `heading` property with the value `h2`, `h3`, `h4`. For now `h5` and `h6` are not supported.
0 commit comments