docs: improve page descriptions and prev/next (#184)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Sébastien Chopin
2023-05-19 10:33:09 +02:00
committed by GitHub
parent 1743ea91d5
commit e59fe42cc9
30 changed files with 92 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display an image that represents a resource or a group of resources.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a short text to represent a status or a category.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Create a button with icon or link capabilities.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a list of actions in a dropdown menu.
headlessui:
label: 'Menu'
to: 'https://headlessui.com/vue/menu'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display an icon from Iconify library.
---
## Usage

View File

@@ -1,6 +1,7 @@
---
github: true
title: 'Keyboard Key'
description: Display a keyboard key in a text block.
navigation:
title: 'Kbd'
---

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display an input field.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a textarea field.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a select field.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a select menu with advanced features.
headlessui:
label: 'Listbox'
to: 'https://headlessui.com/vue/listbox'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a checkbox field.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a radio field.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a toggle field.
headlessui:
label: 'Switch'
to: 'https://headlessui.com/vue/switch'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a vertical navigation.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Add a customizable command palette to your app.
headlessui:
label: 'Combobox'
to: 'https://headlessui.com/vue/combobox'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a modal within your application.
headlessui:
label: 'Dialog'
to: 'https://headlessui.com/vue/dialog'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a dialog that slides in from the edge of the screen.
headlessui:
label: 'Dialog'
to: 'https://headlessui.com/vue/dialog'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a non-modal dialog that floats around a trigger element.
headlessui:
label: 'Popover'
to: 'https://headlessui.com/vue/popover'

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display content that appears on hover next to an element.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a menu that appears on right click.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a toast notification in your app.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a card for content with a header, body and footer.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: A container lets you center and constrain the width of your content.
---
## Usage

View File

@@ -1,5 +1,6 @@
---
github: true
description: Display a placeholder while content is loading.
---
## Usage