Merge pull request #4048 from rubjo/patch-2

Inputtext: Update SizesDoc.vue
pull/4052/head
Tuğçe Küçükoğlu 2023-06-13 15:12:53 +03:00 committed by GitHub
commit 719841423e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<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>
<div class="card flex flex-column align-items-center gap-3">
<InputText v-model="value1" type="text" class="p-inputtext-sm" placeholder="Small" />