From b960e864b4c20c47b22f6d4873e38709856a0482 Mon Sep 17 00:00:00 2001 From: John Leider Date: Thu, 23 Mar 2023 13:42:38 -0500 Subject: [PATCH] docs(all.md): update display name for all component list items --- packages/docs/src/pages/en/components/all.md | 124 +++++++++---------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/packages/docs/src/pages/en/components/all.md b/packages/docs/src/pages/en/components/all.md index b7f732ffddfe..d924046a821d 100644 --- a/packages/docs/src/pages/en/components/all.md +++ b/packages/docs/src/pages/en/components/all.md @@ -23,73 +23,73 @@ Containment components wrap other components and provide additional functionalit - + The button component allows users to take actions or make choices with a single tap - + The card component is a versatile and enhanced sheet of paper that provides a simple interface for headings, text, images, and actions - + The list component is a display interface for items - + Chips are useful for displaying small pieces of information - + Dividers are used to separate content into distinct sections or groups - + Expansion panels are used to reveal additional content in a compact manner - + The menu component is used to display a list of actions that the user can make - + The dialog component informs a user about a specific task and may contain critical information - + The overlay component is used to display a custom scrim that sits on top of the application - + Toolbars are used to label a content area and / or display a list of actions that the user can make - + Tooltips provide additional information about an element when the user hovers over it - + The sheet component is a simple piece of paper that can be used to style and customize a block of content @@ -105,49 +105,49 @@ Navigation components are used to navigate between different views or pages. - + The app bar is used for top level navigation items and current page actions - + Navigation drawers contain primary application navigation links - + The Pagination component is used to separate long sets of data - + The bottom navigation component is used for displaying navigation links on mobile - + Breadcrumbs are navigational helpers for router pages - + The footer component is a simple navigation area with inner site links - + The system bar component shows application information with iconography, time, and more - + Tabs are used to organize content into different sections that can be viewed independently @@ -163,79 +163,79 @@ Form components are used to collect user input in a variety of ways. - + Autocompletes are used to provide suggestions to the user as they type into a field - + The combobox component is used to select a value from a list of options with the ability to enter a custom value - + The text field component accepts textual input from users and is a replacement for the native text input element - + The checkbox component is a replacement for the native input checkbox - + The switch component is an alternately styled checkbox - + The radio component is a replacement for its native counterpart - + The file input component is used to select files from the user's device and is a replacement for the native file input element - + The form component is used to wrap form elements and provide a consistent styling and a single source for validation - + Create custom inputs that can be used with the v-model directive - + The select component is used to select a value from a list of options and is a replacement for the native select element - + Sliders are used to select a value from a range of values by moving a slider thumb and are a replacement for the native input range element - + Range sliders are regular sliders with the ability to select in a range - + The textarea component is a replacement for the native textarea element @@ -267,25 +267,25 @@ These components allow a user to select one or multiple items from a list of opt - + Carousels are used to display multiple forms of visual content - + Button groups are used to select between multiple options using the button component - + Chip group is a wrapper component that makes chips interactive and allows them to be selected - + The window component is used to display a block of content based upon a model @@ -301,31 +301,31 @@ These components are used to display data and information in a variety of ways. - + Data tables are used to display large amounts of data in a small amount of space - + Server side data tables are intended to be used with a server side data source - + The virtual data table component is used to display very large subsets of data - + The table component is a barebones table for manually displaying data and is a replacement for the native table element - + The virtual scroller component makes it possible to render large amounts of data without sacrificing performance @@ -341,55 +341,55 @@ These components are used to provide feedback to the user within content, over c - + Alerts convey important information to the user - + Badges superscript or subscript an avatar-like icon or text onto content. - + Banners are used to communicate important information to the user - + The snackbar component is used to display a message to the user that hovers over existing content - + Ratings are useful for collecting user feedback - + Timeline components are used to display a list of events in chronological order - + The hover component is a wrapper component that allows you to react to hover events - + Circular progress's are a visual indicator of numerical data in a circle - + The linear progress component is used to display numerical data in a horizontal line @@ -405,31 +405,31 @@ This subset of components are used to display media in a variety of ways. - + The aspect ratio component enforces a defined ratio - + Avatars are used in numerous components to display avatars and profile pictures - + The icon component is an reusable component that can be used to display icons - + The image component provides a flexible interface for displaying images - + Creates a 3d effect that makes an image appear to move slower than the foreground @@ -445,7 +445,7 @@ These components are used to select a value from a specifically styled set of op - + The color picker component is used to select a color from a palette @@ -459,19 +459,19 @@ These components are used to select a value from a specifically styled set of op - + The defaults provider component is used to set default values for all components within a template - + The locale provider component allows you to change the language of all components within its slot - + The theme provider component allows you to change the theme of all children components @@ -487,13 +487,13 @@ These components don't fit into a traditional category and are used for a variet - + The lazy component is a wrapper component that prevents the rendering of its child components until it is visible in the viewport - + This component is used to prevent the rendering of its child components on the server