Icons update

pull/388/head
cagataycivici 2020-07-10 16:39:30 +03:00
parent caa7b09155
commit fa8bf7e934
2 changed files with 4 additions and 4 deletions

View File

@ -43,11 +43,11 @@ export default {
}, },
incrementButtonIcon: { incrementButtonIcon: {
type: String, type: String,
default: 'pi pi-chevron-up', default: 'pi pi-arrow-up',
}, },
decrementButtonIcon: { decrementButtonIcon: {
type: String, type: String,
default: 'pi pi-chevron-down', default: 'pi pi-arrow-down',
}, },
locale: { locale: {
type: String, type: String,

View File

@ -156,13 +156,13 @@ Vertical
<tr> <tr>
<td>incrementButtonIcon</td> <td>incrementButtonIcon</td>
<td>string</td> <td>string</td>
<td>pi pi-chevron-up</td> <td>pi pi-arrow-up</td>
<td>Style class of the increment button.</td> <td>Style class of the increment button.</td>
</tr> </tr>
<tr> <tr>
<td>decrementButtonIcon</td> <td>decrementButtonIcon</td>
<td>string</td> <td>string</td>
<td>pi pi-chevron-down</td> <td>pi pi-arrow-down</td>
<td>Style class of the decrement button.</td> <td>Style class of the decrement button.</td>
</tr> </tr>
<tr> <tr>