docs: integrate @nuxt/ui-pro (#739)

Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Florent Delerue <florentdelerue@hotmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
This commit is contained in:
Benjamin Canac
2023-11-02 16:44:44 +01:00
committed by GitHub
parent ed4b5e0077
commit 844b3185e9
42 changed files with 610 additions and 501 deletions

View File

@@ -75,7 +75,7 @@ This prop also work on the Radio component.
Use the `label` prop to display a label on the right of the Radio.
::component-card{slug="radio"}
::component-card{slug="URadio"}
---
props:
label: 'Label'
@@ -86,7 +86,7 @@ props:
Use the `required` prop to display a red star next to the label of the Radio.
::component-card{slug="radio"}
::component-card{slug="URadio"}
---
props:
label: 'Label'
@@ -98,7 +98,7 @@ props:
Use the `help` prop to display some text under the Radio.
::component-card{slug="radio"}
::component-card{slug="URadio"}
---
props:
label: 'Label'
@@ -116,7 +116,7 @@ Use the `#label` slot to override the label of each option.
Alternatively, you can do the same with individual Radio:
::component-card{slug="radio"}
::component-card{slug="URadio"}
---
slots:
label: <span class="italic">Label</span>
@@ -149,10 +149,10 @@ slots:
:u-divider{label="Radio" type="dashed" class="my-12"}
:component-props{slug="radio"}
:component-props{slug="URadio"}
## Config
:component-preset
:component-preset{slug="radio"}
:component-preset{slug="Radio"}