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: apps/docs/content/_blocks/NavbarBottom.md
+1-41Lines changed: 1 addition & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,67 +2,27 @@
2
2
3
3
NavbarBottom block is the navigation element used in mobile view.
4
4
5
-
::vue-only
6
5
::tip You can make the navbar items links
7
-
Each item in the navbar is an [`SfButton`](../components/button) component. This means that you can make each item a link by using the `tag` prop to make it an `a`, `NuxtLink`, or any other element/component. [Learn more about this usage in the component documentation.](../components/button#link-as-a-button)
8
-
9
-
```html
10
-
<SfButtontag="a"href="#"> Will render as an anchor tag </SfButton>
11
-
```
12
-
13
-
::
14
-
::
15
-
16
-
::react-only
17
-
::tip You can make the navbar items links
18
-
Each item in the navbar is an [`SfButton`](../components/button) component. This means that you can make each item a link by using the `as` prop to make it an `a`, `NuxtLink`, , or any other element/component. [Learn more about this usage in the component documentation.](../components/button#link-as-a-button)
19
-
20
-
```html
21
-
<SfButtonas="a"href="#"> Will render as an anchor tag </SfButton>
22
-
```
23
-
24
-
::
25
-
::
26
-
27
-
::qwik-only
28
-
::tip You can make the navbar items links
29
-
Each item in the navbar is an [`SfButton`](../components/button) component. This means that you can make each item a link by using the `as` prop to make it an `a`, `NuxtLink`, , or any other element/component. [Learn more about this usage in the component documentation.](../components/button#link-as-a-button)
6
+
Each item in the navbar is an [`SfButton`](../components/button) component. This means that you can make each item a link by using the `as` prop to make it an `a`, `Link`, , or any other element/component. [Learn more about this usage in the component documentation.](../components/button#button-as-a-link)
30
7
31
8
```html
32
9
<SfButtonas="a"href="#"> Will render as an anchor tag </SfButton>
0 commit comments