parent
956bd6895b
commit
bdbdacd9d1
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>Apply <i>.p-input-sm</i> to reduce the size of the input element or <i>.p-input-lg</i> to enlarge it.</p>
|
<p>Apply <i>.p-inputtext-sm</i> to reduce the size of the input element or <i>.p-inputtext-lg</i> to enlarge it.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex flex-column align-items-center gap-3">
|
<div class="card flex flex-column align-items-center gap-3">
|
||||||
<InputText v-model="value1" type="text" class="p-inputtext-sm" placeholder="Small" />
|
<InputText v-model="value1" type="text" class="p-inputtext-sm" placeholder="Small" />
|
||||||
|
|
Loading…
Reference in New Issue