add docs 'p-menuitem-active' class definition

pull/2748/head
Tuğçe Küçükoğlu 2022-07-01 16:52:39 +03:00
parent ba4f50f7e3
commit 237fb1d305
7 changed files with 159 additions and 146 deletions

View File

@ -337,6 +337,10 @@ export default {
<tr>
<td>p-menuitem</td>
<td>Menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-active</td>
<td>Active menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-text</td>

View File

@ -278,6 +278,10 @@ export default {
<td>p-menuitem</td>
<td>Menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-active</td>
<td>Active menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-text</td>
<td>Label of a menuitem.</td>

View File

@ -43,8 +43,7 @@ export default {
{
label:'Video',
icon:'pi pi-fw pi-video'
},
}
]
},
{
@ -79,8 +78,7 @@ export default {
{
label:'Justify',
icon:'pi pi-fw pi-align-justify'
},
}
]
},
{
@ -134,8 +132,7 @@ export default {
{
label:'Delete',
icon:'pi pi-fw pi-calendar-minus'
},
}
]
},
{
@ -271,6 +268,10 @@ export default {
<tr>
<td>p-menuitem</td>
<td>Menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-active</td>
<td>Active menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-text</td>

View File

@ -323,6 +323,10 @@ toggle(event) {
<td>p-menuitem</td>
<td>Menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-active</td>
<td>Active menuitem element.</td>
</tr>
<tr>
<td>p-menuitem-text</td>
<td>Label of a menuitem.</td>