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: src/components/nav-bar/index.en.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ Need to display the title and action of the current page content.
16
16
17
17
| Name | Description | Type | Default |
18
18
| --- | --- | --- | --- |
19
-
| back | The returned text of the area, if `null` returned, `backArrow` would not be rendered |`ReacNode \| null`|`''`|
20
-
|backArrow| Whether to display the arrow of the return area, you can also pass in `ReactNode` for customization |`boolean \| ReactNode`|`true`|
19
+
| back | The returned text of the area, if `null` returned, `backIcon` would not be rendered |`ReacNode \| null`|`''`|
20
+
|backIcon| Whether to display the back arrow icon of the return area, you can also pass in `ReactNode` for customization |`boolean \| ReactNode`|`true`|
21
21
| children | Title |`ReactNode`| - |
22
22
| left | Content on the left, rendered on the right side of the return area |`ReactNode`| - |
23
23
| onBack | Callback after clicking the return area |`() => void`| - |
0 commit comments