Update docs

This commit is contained in:
Cagatay Civici 2023-11-09 18:25:42 +03:00
parent f02240cbfc
commit 650189e7e8
3 changed files with 27 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>An InputGroup is created by wrapping the input and add-ons inside an element with a <i>p-inputgroup</i> class where add-ons also should be inside an element with <i>.p-inputgroup-addon</i> class.</p>
<p>A group is created by wrapping the input and add-ons with the <i>InputGroup</i> component. Each add-on element is defined as a child of <i>InputGroupAddon</i> component.</p>
</DocSectionText>
<div class="card flex flex-column md:flex-row gap-3">
<InputGroup>