Skip to content

Commit

Permalink
chore(all): update all labs status, add missing confirm-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 30, 2024
1 parent deea973 commit 8f7706f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/docs/src/pages/en/components/all.md
Expand Up @@ -114,7 +114,7 @@ Navigation components are used to navigate between different views or pages.

</ComponentsListItem>

<ComponentsListItem name="FABs" src="floating-action-buttons" labs>
<ComponentsListItem name="FABs" src="floating-action-buttons">

The floating action button is used for a promoted actions within an application

Expand Down Expand Up @@ -150,7 +150,7 @@ Navigation components are used to navigate between different views or pages.

</ComponentsListItem>

<ComponentsListItem name="Speed dials" src="speed-dials" labs>
<ComponentsListItem name="Speed dials" src="speed-dials">

The speed dial component is a floating action button that can reveal additional actions when clicked

Expand Down Expand Up @@ -334,6 +334,12 @@ These components are used to display data and information in a variety of ways.

<v-row>

<ComponentsListItem name="Confirm edit component" src="confirm-edit">

The confirm edit component is used to confirm changes to data

</ComponentsListItem>

<ComponentsListItem name="Data iterator component" src="data-iterators">

The data iterator component provides an easy interface for paginating and sorting data
Expand All @@ -358,7 +364,7 @@ These components are used to display data and information in a variety of ways.

</ComponentsListItem>

<ComponentsListItem name="Sparkline component" src="sparkline" labs>
<ComponentsListItem name="Sparkline component" src="sparkline">

The sparkline component creates beautiful and expressive simple graphs for displaying numerical data

Expand Down Expand Up @@ -410,7 +416,7 @@ These components are used to provide feedback to the user within content, over c

</ComponentsListItem>

<ComponentsListItem name="Empty state component" src="empty-states" labs>
<ComponentsListItem name="Empty state component" src="empty-states">

The empty state component is used to indicate that a page or area on a page has no content.

Expand Down

0 comments on commit 8f7706f

Please sign in to comment.