@@ -24,9 +24,9 @@ Ionic apps are made of high-level building blocks called Components, which allow
24
24
<intro-end />
25
25
26
26
<DocsCards >
27
- <DocsCard header =" Accordion " href =" api/accordion " img =" /icons/feature-component-accordion-icon.png " >
28
- <p>Accordions provide collapsible sections in your content.</p>
29
- </DocsCard >
27
+ <DocsCard header =" Accordion " href =" api/accordion " img =" /icons/feature-component-accordion-icon.png " >
28
+ <p >Accordions provide collapsible sections in your content to reduce vertical space while providing a way of organizing and grouping information .</p >
29
+ </DocsCard >
30
30
31
31
<DocsCard header =" Action Sheet " href =" api/action-sheet " icon =" /icons/component-action-sheet-icon.png " >
32
32
<p >Action Sheets display a set of options with the ability to confirm or cancel an action.</p >
@@ -90,7 +90,7 @@ Ionic apps are made of high-level building blocks called Components, which allow
90
90
</DocsCard >
91
91
92
92
<DocsCard header =" Item " href =" api/item " img =" /icons/feature-component-item-icon.png " >
93
- <p >Items are an all-purpose UI container that can be used as part of a list .</p >
93
+ <p >Items are elements that can contain text, icons, avatars, images, inputs, and any other native or custom elements. Items can be swiped, deleted, reordered, edited, and more .</p >
94
94
</DocsCard >
95
95
96
96
<DocsCard header =" List " href =" api/list " icon =" /icons/component-lists-icon.png " >
@@ -99,8 +99,8 @@ Ionic apps are made of high-level building blocks called Components, which allow
99
99
100
100
<DocsCard header =" Media " href =" api/avatar " icon =" /icons/component-media-icon.png " >
101
101
<p >
102
- Media refers to a collection of Ionic's media-related components like ion-avatar, ion-img, ion-icon , and
103
- ion-thumbnail .
102
+ A collection of media components, including avatars, icons, images , and thumbnails, designed to
103
+ enhance visual content .
104
104
</p >
105
105
</DocsCard >
106
106
@@ -112,12 +112,12 @@ Ionic apps are made of high-level building blocks called Components, which allow
112
112
<p >Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p >
113
113
</DocsCard >
114
114
115
- <DocsCard header =" Navigation " href =" api/menu " icon =" /icons/component-navigation-icon.png " >
115
+ <DocsCard header =" Navigation " href =" api/nav " icon =" /icons/component-navigation-icon.png " >
116
116
<p >Navigation is how users move between different pages in your app.</p >
117
117
</DocsCard >
118
118
119
119
<DocsCard header =" OTP Input " href =" api/input-otp " icon =" /icons/component-input-otp-icon.png " >
120
- <p >Input OTP component simplifies entering one-time passwords with a customizable, multi-box interface .</p >
120
+ <p >OTP inputs offer a simple way to enter one-time passwords using multiple boxes with automatic focus .</p >
121
121
</DocsCard >
122
122
123
123
<DocsCard header =" Popover " href =" api/popover " icon =" /icons/component-popover-icon.png " >
@@ -172,7 +172,7 @@ Ionic apps are made of high-level building blocks called Components, which allow
172
172
<p >Toolbars are used to house information and actions relating to your app.</p >
173
173
</DocsCard >
174
174
175
- <DocsCard header =" Typography " href =" api/text " icon =" /icons/component-typography-icon.png " >
176
- <p>Text is used to style or change the color of text within an application.</p>
177
- </DocsCard >
175
+ <DocsCard header =" Typography " href =" api/text " icon =" /icons/component-typography-icon.png " >
176
+ <p >Text is used to style or change the color of text within an application.</p >
177
+ </DocsCard >
178
178
</DocsCards >
0 commit comments