docs(FormGroup): wrong icon name in #help slot (#1451)

This commit is contained in:
Rodion
2024-03-04 12:54:44 +02:00
committed by GitHub
parent 99b9467dc2
commit 027d85402b

View File

@@ -236,7 +236,7 @@ Use the `#help` slot to set the custom content for help.
::component-card
---
slots:
help: Here are some examples <UIcon name="i-heroicons-arrow-right-20-solid" />
help: Here are some examples <UIcon name="i-heroicons-information-circle" />
default: <UInput model-value="benjamincanac" placeholder="you@example.com" />
props:
label: 'Email'