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: docs/app/pages/Components/Menu/Menu.vue
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<divclass="page-container-section">
15
15
<h2>Directions</h2>
16
16
17
-
<p>The position of the menu content is calculated based of the contraints of the trigger element. Based on this you can set a position using X and Y axis.</p>
17
+
<p>The position of the menu content is calculated based on the contraints of the trigger element. Based on this you can set a position using X and Y axis.</p>
18
18
<p>You can combine <code>top</code>/<code>bottom</code> with <code>start</code>/<code>end</code>:</p>
19
19
<code-exampletitle="Start and End":component="examples['directions']" />
20
20
</div>
@@ -29,7 +29,7 @@
29
29
<divclass="page-container-section">
30
30
<h2>Sizes</h2>
31
31
32
-
<p><code>md-menu</code> have 4 different sizes and a auto mode:</p>
32
+
<p><code>md-menu</code> has 4 different sizes and an auto mode:</p>
33
33
<code-exampletitle="5 possible sizes":component="examples['sizes']" />
34
34
<note-block>The max-width of a menu is 280px.</note-block>
0 commit comments