diff --git a/src/action-bar/README.md b/src/action-bar/README.md index 0c95c103a..201bf9e57 100644 --- a/src/action-bar/README.md +++ b/src/action-bar/README.md @@ -1,5 +1,9 @@ # ActionBar +### Intro + +Used to provide convenient interaction for page-related operations. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/action-sheet/README.md b/src/action-sheet/README.md index 93111b823..0c858a586 100644 --- a/src/action-sheet/README.md +++ b/src/action-sheet/README.md @@ -1,5 +1,9 @@ # ActionSheet +### Intro + +The pop-up modal panel at the bottom contains multiple options related to the current situation. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/address-edit/README.md b/src/address-edit/README.md index fcef16651..ba49543ac 100644 --- a/src/address-edit/README.md +++ b/src/address-edit/README.md @@ -1,5 +1,9 @@ # AddressEdit +### Intro + +Used to create, update, and delete receiving addresses. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/address-list/README.md b/src/address-list/README.md index 2c6c2affc..cd27fc6a9 100644 --- a/src/address-list/README.md +++ b/src/address-list/README.md @@ -1,5 +1,9 @@ # AddressList +### Intro + +Display a list of receiving addresses. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/badge/README.md b/src/badge/README.md index 53f303789..0f8fd21f9 100644 --- a/src/badge/README.md +++ b/src/badge/README.md @@ -1,5 +1,9 @@ # Badge +### Intro + +Display the logo number or small red dot in the upper right corner. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/button/README.md b/src/button/README.md index 1b4692a80..6f9824952 100644 --- a/src/button/README.md +++ b/src/button/README.md @@ -1,5 +1,9 @@ # Button +### Intro + +Buttons are used to trigger an action, such as submitting a form. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/card/README.md b/src/card/README.md index 3d70bf171..540dc593c 100644 --- a/src/card/README.md +++ b/src/card/README.md @@ -1,5 +1,9 @@ # Card +### Intro + +Used to display product pictures, prices and other information. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/cascader/README.md b/src/cascader/README.md index 58d1f7fff..8775d7615 100644 --- a/src/cascader/README.md +++ b/src/cascader/README.md @@ -1,5 +1,9 @@ # Cascader +### Intro + +The cascading selection box is used for the selection of multi-level data. The typical scene is the selection of provinces and cities. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/cell/README.md b/src/cell/README.md index 362d2caa2..a8390b1b3 100644 --- a/src/cell/README.md +++ b/src/cell/README.md @@ -1,5 +1,9 @@ # Cell +### Intro + +The cell is a single display item in the list. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/checkbox/README.md b/src/checkbox/README.md index be33b60c2..79e7bb778 100644 --- a/src/checkbox/README.md +++ b/src/checkbox/README.md @@ -1,5 +1,9 @@ # Checkbox +### Intro + +Used to switch between selected and unselected states. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/circle/README.md b/src/circle/README.md index dcabb362a..02452bbab 100644 --- a/src/circle/README.md +++ b/src/circle/README.md @@ -1,5 +1,9 @@ # Circle +### Intro + +The circular progress bar component supports the gradient animation of the progress. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/collapse/README.md b/src/collapse/README.md index 188576a88..b2d55aa7c 100644 --- a/src/collapse/README.md +++ b/src/collapse/README.md @@ -1,5 +1,9 @@ # Collapse +### Intro + +Place a group of content in multiple collapsible panels, click the title of the panel to expand or contract its content. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/contact-card/README.md b/src/contact-card/README.md index 14932dfa6..9e1501ab3 100644 --- a/src/contact-card/README.md +++ b/src/contact-card/README.md @@ -1,5 +1,9 @@ # ContactCard +### Intro + +Display contact information in the form of cards. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/contact-edit/README.md b/src/contact-edit/README.md index 41b08550e..61853ec58 100644 --- a/src/contact-edit/README.md +++ b/src/contact-edit/README.md @@ -1,5 +1,9 @@ # ContactEdit +### Intro + +Edit and save the contact information. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/contact-list/README.md b/src/contact-list/README.md index bbc93355d..342d7599c 100644 --- a/src/contact-list/README.md +++ b/src/contact-list/README.md @@ -1,5 +1,9 @@ # ContactList +### Intro + +Used to display the contact list. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/count-down/README.md b/src/count-down/README.md index cefccbdda..2335a8bf1 100644 --- a/src/count-down/README.md +++ b/src/count-down/README.md @@ -1,5 +1,9 @@ # CountDown +### Intro + +It is used to display the countdown value in real time, and the accuracy supports milliseconds. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/coupon-list/README.md b/src/coupon-list/README.md index 74d6a32df..1429a87d0 100644 --- a/src/coupon-list/README.md +++ b/src/coupon-list/README.md @@ -1,5 +1,9 @@ # Coupon +### Intro + +Used for redemption and selection of coupons. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/dialog/README.md b/src/dialog/README.md index bde86747a..d241349f8 100644 --- a/src/dialog/README.md +++ b/src/dialog/README.md @@ -1,5 +1,9 @@ # Dialog +### Intro + +Pop-up modal boxes are often used for message prompts, message confirmations, or to complete specific interactive operations in the current page. The Dialog component supports two methods: function call and component call. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/divider/README.md b/src/divider/README.md index 0232afffd..285f3413f 100644 --- a/src/divider/README.md +++ b/src/divider/README.md @@ -1,5 +1,9 @@ # Divider +### Intro + +Used to divide content into multiple areas. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/dropdown-menu/README.md b/src/dropdown-menu/README.md index 9c1df9c7a..5676bee67 100644 --- a/src/dropdown-menu/README.md +++ b/src/dropdown-menu/README.md @@ -1,5 +1,9 @@ # DropdownMenu +### Intro + +The menu list that pops down downwards. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/empty/README.md b/src/empty/README.md index 8b5f6f6f4..9e5fd1637 100644 --- a/src/empty/README.md +++ b/src/empty/README.md @@ -1,5 +1,9 @@ # Empty +### Intro + +Occupation reminder when empty. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/field/README.md b/src/field/README.md index 86a8feaa4..26e979652 100644 --- a/src/field/README.md +++ b/src/field/README.md @@ -1,5 +1,9 @@ # Field +### Intro + +The input box component in the form. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/form/README.md b/src/form/README.md index dcc43b921..6ea1964a6 100644 --- a/src/form/README.md +++ b/src/form/README.md @@ -1,5 +1,9 @@ # Form +### Intro + +It is used for data entry and verification, and supports input boxes, radio buttons, check boxes, file uploads and other types. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/grid/README.md b/src/grid/README.md index b4f2f39ad..1e1a5443f 100644 --- a/src/grid/README.md +++ b/src/grid/README.md @@ -1,5 +1,9 @@ # Grid +### Intro + +Used to divide the page into blocks of equal width in the horizontal direction for displaying content or page navigation. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/icon/README.md b/src/icon/README.md index 4396a222c..0c2a9b4f5 100644 --- a/src/icon/README.md +++ b/src/icon/README.md @@ -1,5 +1,9 @@ # Icon +### Intro + +The font-based icon set can be used through the Icon component or referenced in other components through the `icon` property. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/image-preview/README.md b/src/image-preview/README.md index 09e8d5d47..0a6681db1 100644 --- a/src/image-preview/README.md +++ b/src/image-preview/README.md @@ -1,5 +1,9 @@ # ImagePreview +### Intro + +Used to zoom in and preview the picture, and it supports two methods: function call and component call. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/image/README.md b/src/image/README.md index 29763a543..b96b70327 100644 --- a/src/image/README.md +++ b/src/image/README.md @@ -1,5 +1,9 @@ # Image +### Intro + +This is an enhanced version of the img tag, which provides multiple image filling modes, supports lazy loading of images, prompts during loading, and prompts for loading failures. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/index-bar/README.md b/src/index-bar/README.md index 35ea354e2..f8d863899 100644 --- a/src/index-bar/README.md +++ b/src/index-bar/README.md @@ -1,5 +1,9 @@ # IndexBar +### Intro + +Used for the index classification display and quick positioning of the list. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/lazyload/README.md b/src/lazyload/README.md index 90e5993f4..1b00de995 100644 --- a/src/lazyload/README.md +++ b/src/lazyload/README.md @@ -1,5 +1,9 @@ # Lazyload +### Intro + +When the page needs to load a large amount of content, delay loading the content outside the visible area of the page to make the page load smoother. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/loading/README.md b/src/loading/README.md index 3f2014378..f628fc2db 100644 --- a/src/loading/README.md +++ b/src/loading/README.md @@ -1,5 +1,9 @@ # Loading +### Intro + +Used to indicate the transition state during loading. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/nav-bar/README.md b/src/nav-bar/README.md index dd7e96fb7..469b41b28 100644 --- a/src/nav-bar/README.md +++ b/src/nav-bar/README.md @@ -1,5 +1,9 @@ # NavBar +### Intro + +Provide navigation function for the page, often used at the top of the page. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/notice-bar/README.md b/src/notice-bar/README.md index 349e21dde..12731e713 100644 --- a/src/notice-bar/README.md +++ b/src/notice-bar/README.md @@ -1,5 +1,9 @@ # NoticeBar +### Intro + +Used to display a group of message notifications in a loop. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/notify/README.md b/src/notify/README.md index 3c16ee98e..783482c16 100644 --- a/src/notify/README.md +++ b/src/notify/README.md @@ -1,5 +1,9 @@ # Notify +### Intro + +The display message prompt is at the top of the page, and supports two methods: function call and component call. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/number-keyboard/README.md b/src/number-keyboard/README.md index c2a0208e3..be1cfa7a8 100644 --- a/src/number-keyboard/README.md +++ b/src/number-keyboard/README.md @@ -1,5 +1,9 @@ # NumberKeyboard +### Intro + +The pseudo-numeric keyboard can be used with [PasswordInput](#/en-US/password-input) components or custom input box components. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/overlay/README.md b/src/overlay/README.md index 755948f34..a1aac26cf 100644 --- a/src/overlay/README.md +++ b/src/overlay/README.md @@ -1,5 +1,9 @@ # Overlay +### Intro + +Create a mask layer to emphasize specific page elements and prevent users from performing other operations. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/pagination/README.md b/src/pagination/README.md index 4f5d0c298..c2d941f76 100644 --- a/src/pagination/README.md +++ b/src/pagination/README.md @@ -1,5 +1,9 @@ # Pagination +### Intro + +When the amount of data is too much, use pagination to separate the data, and load only one page at a time. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/popover/README.md b/src/popover/README.md index 46f850fe9..7a1d00167 100644 --- a/src/popover/README.md +++ b/src/popover/README.md @@ -1,5 +1,9 @@ # Popover +### Intro + +Pop-up bubble menu. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/popup/README.md b/src/popup/README.md index 160e37d42..5cd247cbd 100644 --- a/src/popup/README.md +++ b/src/popup/README.md @@ -1,5 +1,9 @@ # Popup +### Intro + +The pop-up layer container is used to display pop-up windows, information prompts, etc., and supports multiple pop-up layers to display. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/progress/README.md b/src/progress/README.md index db3f0435b..f6961cfe3 100644 --- a/src/progress/README.md +++ b/src/progress/README.md @@ -1,5 +1,9 @@ # Progress +### Intro + +Used to show the current progress of the operation. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/pull-refresh/README.md b/src/pull-refresh/README.md index 0172056f3..1b3bc13c9 100644 --- a/src/pull-refresh/README.md +++ b/src/pull-refresh/README.md @@ -1,5 +1,9 @@ # PullRefresh +### Intro + +Used to provide interactive operations for pull-down refresh. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/radio/README.md b/src/radio/README.md index bac2a88ad..72a55cf9e 100644 --- a/src/radio/README.md +++ b/src/radio/README.md @@ -1,5 +1,9 @@ # Radio +### Intro + +Used to select a single result among multiple options. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/rate/README.md b/src/rate/README.md index d0599792b..f0c638b9d 100644 --- a/src/rate/README.md +++ b/src/rate/README.md @@ -1,5 +1,9 @@ # Rate +### Intro + +Used for rating things. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/search/README.md b/src/search/README.md index d39e23693..9d7093c41 100644 --- a/src/search/README.md +++ b/src/search/README.md @@ -1,5 +1,9 @@ # Search +### Intro + +The input box component used for searching. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/share-sheet/README.md b/src/share-sheet/README.md index fdf86823f..debcab728 100644 --- a/src/share-sheet/README.md +++ b/src/share-sheet/README.md @@ -1,5 +1,9 @@ # ShareSheet +### Intro + +The sharing panel that pops up at the bottom is used to display the operation buttons corresponding to each sharing channel, and does not include specific sharing logic. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/sidebar/README.md b/src/sidebar/README.md index bb461a085..2a7503bc2 100644 --- a/src/sidebar/README.md +++ b/src/sidebar/README.md @@ -1,5 +1,9 @@ # Sidebar +### Intro + +The vertically displayed navigation bar is used to switch between different content areas. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/skeleton/README.md b/src/skeleton/README.md index fa7291f8f..903c34553 100644 --- a/src/skeleton/README.md +++ b/src/skeleton/README.md @@ -1,5 +1,9 @@ # Skeleton +### Intro + +Used to display a set of placeholder graphics during the content loading process. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/slider/README.md b/src/slider/README.md index 618a9094b..ef26cd91e 100644 --- a/src/slider/README.md +++ b/src/slider/README.md @@ -1,5 +1,9 @@ # Slider +### Intro + +Slide the input bar to select a value within a given range. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/stepper/README.md b/src/stepper/README.md index c90a92578..e68d850c2 100644 --- a/src/stepper/README.md +++ b/src/stepper/README.md @@ -1,5 +1,9 @@ # Stepper +### Intro + +The stepper consists of an increase button, a decrease button and an input box, which are used to input or adjust numbers within a certain range. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/steps/README.md b/src/steps/README.md index 567a71285..798de8ffb 100644 --- a/src/steps/README.md +++ b/src/steps/README.md @@ -1,5 +1,9 @@ # Steps +### Intro + +Used to show each link of the operation process and let users understand the position of the current operation in the overall process. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/sticky/README.md b/src/sticky/README.md index af3464ee8..9ff06ace5 100644 --- a/src/sticky/README.md +++ b/src/sticky/README.md @@ -1,5 +1,9 @@ # Sticky +### Intro + +The Sticky component has the same effect as the `position: sticky` property in CSS. When the component is within the screen range, it will be arranged according to the normal layout. When the component rolls out of the screen, it will always be fixed at the top of the screen. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/submit-bar/README.md b/src/submit-bar/README.md index 08ad697f4..859787a9e 100644 --- a/src/submit-bar/README.md +++ b/src/submit-bar/README.md @@ -1,5 +1,9 @@ # SubmitBar +### Intro + +Used to display the order amount and submit the order. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/swipe-cell/README.md b/src/swipe-cell/README.md index 8bede1663..f1a0e7da6 100644 --- a/src/swipe-cell/README.md +++ b/src/swipe-cell/README.md @@ -1,5 +1,9 @@ # SwipeCell +### Intro + +Used for cell components that can slide left and right to display operation buttons. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/swipe/README.md b/src/swipe/README.md index e7430723a..0747fe633 100644 --- a/src/swipe/README.md +++ b/src/swipe/README.md @@ -1,5 +1,9 @@ # Swipe +### Intro + +Used to loop a group of pictures or content. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/switch/README.md b/src/switch/README.md index 8107f488d..d81a4b417 100644 --- a/src/switch/README.md +++ b/src/switch/README.md @@ -1,5 +1,9 @@ # Switch +### Intro + +Used to switch between open and closed states. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/tab/README.md b/src/tab/README.md index 66141cc84..335b66ef9 100644 --- a/src/tab/README.md +++ b/src/tab/README.md @@ -1,5 +1,9 @@ # Tab +### Intro + +Used to switch between different content areas. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/tabbar/README.md b/src/tabbar/README.md index f2b038054..b651d3569 100644 --- a/src/tabbar/README.md +++ b/src/tabbar/README.md @@ -1,5 +1,9 @@ # Tabbar +### Intro + +The bottom navigation bar is used to switch between different pages. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/tag/README.md b/src/tag/README.md index 328c9eb56..294045190 100644 --- a/src/tag/README.md +++ b/src/tag/README.md @@ -1,5 +1,9 @@ # Tag +### Intro + +Used to mark keywords and summarize the main content. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/toast/README.md b/src/toast/README.md index 9aaa78449..17d4dda52 100644 --- a/src/toast/README.md +++ b/src/toast/README.md @@ -1,5 +1,9 @@ # Toast +### Intro + +A black translucent prompt pops up in the middle of the page, which is used in scenarios such as message notification, loading prompt, and operation result prompt. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/tree-select/README.md b/src/tree-select/README.md index 33be2d86d..3c157f034 100644 --- a/src/tree-select/README.md +++ b/src/tree-select/README.md @@ -1,5 +1,9 @@ # TreeSelect +### Intro + +Used to select from a set of related data sets. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。 diff --git a/src/uploader/README.md b/src/uploader/README.md index 3095985b5..637b0e843 100644 --- a/src/uploader/README.md +++ b/src/uploader/README.md @@ -1,5 +1,9 @@ # Uploader +### Intro + +Used to upload local pictures or files to the server, and display preview images and upload progress during the upload process. Currently, the Uploader component does not contain the interface logic for uploading files to the server. This step needs to be implemented by yourself. + ### Install Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。