Doc update
parent
00a433896f
commit
437949f977
|
@ -16,6 +16,7 @@
|
|||
<router-link to="/dropdown">● Dropdown</router-link>
|
||||
<router-link to="/editor">● Editor</router-link>
|
||||
<router-link to="/inputgroup">● InputGroup</router-link>
|
||||
<router-link to="/inputmask">● InputMask</router-link>
|
||||
<router-link to="/inputswitch">● InputSwitch</router-link>
|
||||
<router-link to="/inputtext">● InputText</router-link>
|
||||
<router-link to="/listbox">● Listbox</router-link>
|
||||
|
@ -29,7 +30,6 @@
|
|||
<router-link to="/textarea">● Textarea</router-link>
|
||||
<router-link to="/togglebutton">● ToggleButton</router-link>
|
||||
<router-link to="/tristatecheckbox">● TriCheckbox</router-link>
|
||||
<router-link to="/inputmask">● InputMask</router-link>
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
|
|
|
@ -58,7 +58,7 @@ import Button from 'primevue/button';
|
|||
</CodeHighlight>
|
||||
|
||||
<h3>Properties</h3>
|
||||
<p>Any valid attribute such as style and class are passed to the underlying input element. Following are the additional properties to configure the component.</p>
|
||||
<p>Any valid attribute such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.</p>
|
||||
<div class="doc-tablewrapper">
|
||||
<table class="doc-table">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue