Update SizesDoc.vue

Use correct class names in description text
pull/4048/head
rubjo 2023-06-13 11:11:54 +02:00 committed by GitHub
parent 956bd6895b
commit bdbdacd9d1
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" />