Skip to content

Commit 966245b

Browse files
committed
docs(components): made suggested changes to file
1 parent d4c5cda commit 966245b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/components.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Ionic apps are made of high-level building blocks called Components, which allow
2424
<intro-end />
2525

2626
<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>
3030

3131
<DocsCard header="Action Sheet" href="api/action-sheet" icon="/icons/component-action-sheet-icon.png">
3232
<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
9090
</DocsCard>
9191

9292
<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>
9494
</DocsCard>
9595

9696
<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
9999

100100
<DocsCard header="Media" href="api/avatar" icon="/icons/component-media-icon.png">
101101
<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.
104104
</p>
105105
</DocsCard>
106106

@@ -112,12 +112,12 @@ Ionic apps are made of high-level building blocks called Components, which allow
112112
<p>Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p>
113113
</DocsCard>
114114

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">
116116
<p>Navigation is how users move between different pages in your app.</p>
117117
</DocsCard>
118118

119119
<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>
121121
</DocsCard>
122122

123123
<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
172172
<p>Toolbars are used to house information and actions relating to your app.</p>
173173
</DocsCard>
174174

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>
178178
</DocsCards>

0 commit comments

Comments
 (0)