@@ -24,10 +24,14 @@ Ionic apps are made of high-level building blocks called Components, which allow
2424<intro-end />
2525
2626<DocsCards >
27- <DocsCard header =" Action Sheet " href =" api/action-sheet " img =" /icons/feature-component-actionsheet -icon.png " >
28- <p>Action Sheets display a set of options with the ability to confirm or cancel an action .</p>
27+ <DocsCard header =" Accordion " href =" api/accordion " img =" /icons/feature-component-accordion -icon.png " >
28+ <p>Accordions provide collapsible sections in your content .</p>
2929 </DocsCard >
3030
31+ <DocsCard header =" Action Sheet " href =" api/action-sheet " icon =" /icons/component-action-sheet-icon.png " >
32+ <p >Action Sheets display a set of options with the ability to confirm or cancel an action.</p >
33+ </DocsCard >
34+
3135<DocsCard header =" Alert " href =" api/alert " icon =" /icons/component-alert-icon.png " >
3236 <p >Alerts are a great way to offer the user the ability to choose a specific action or list of actions.</p >
3337</DocsCard >
@@ -36,6 +40,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
3640 <p >Badges are a small component that typically communicate a numerical value to the user.</p >
3741</DocsCard >
3842
43+ <DocsCard header =" Breadcrumbs " href =" api/breadcrumbs " icon =" /icons/component-breadcrumbs-icon.png " >
44+ <p >Breadcrumbs are navigation items that are used to indicate where a user is on an app.</p >
45+ </DocsCard >
46+
3947<DocsCard header =" Button " href =" api/button " icon =" /icons/component-button-icon.png " >
4048 <p >Buttons let your users take action. They're an essential way to interact with and navigate through an app.</p >
4149</DocsCard >
@@ -57,22 +65,22 @@ Ionic apps are made of high-level building blocks called Components, which allow
5765 <p >Content is the quintessential way to interact with and navigate through an app.</p >
5866</DocsCard >
5967
60- <DocsCard header =" Date & Time Pickers " href =" api/datetime " icon =" /icons/component-datetimepicker -icon.png " >
61- <p >Date & time pickers are used to present an interface that makes it easy for users to select dates and times .</p >
68+ <DocsCard header =" Date & Time Pickers " href =" api/datetime " img =" /icons/feature- component-datetime -icon.png " >
69+ <p >An interface which makes it easy for users to select dates and time .</p >
6270</DocsCard >
6371
6472<DocsCard header =" Floating Action Button " href =" api/fab " icon =" /icons/component-fab-icon.png " >
6573 <p >Floating action buttons are circular buttons that perform a primary action on a screen.</p >
6674</DocsCard >
6775
68- <DocsCard header =" Icons " href =" api/icon " img =" /icons/feature-component-icons-icon.png " >
69- <p >Beautifully designed icons for use in web, iOS, and Android apps.</p >
70- </DocsCard >
71-
7276<DocsCard header =" Grid " href =" api/grid " icon =" /icons/component-grid-icon.png " >
7377 <p >The grid is a powerful mobile-first system for building custom layouts.</p >
7478</DocsCard >
7579
80+ <DocsCard header =" Icon " href =" api/icon " icon =" /icons/component-icons-icon.png " >
81+ <p >Ionicons is Ionic's Icon library for use in web, iOS, Android, and desktop apps.</p >
82+ </DocsCard >
83+
7684<DocsCard header =" Infinite Scroll " href =" api/infinite-scroll " icon =" /icons/component-infinitescroll-icon.png " >
7785 <p >Infinite scroll allows you to load new data as the user scrolls through your app.</p >
7886</DocsCard >
@@ -81,16 +89,19 @@ Ionic apps are made of high-level building blocks called Components, which allow
8189 <p >Inputs provides a way for users to enter data in your app.</p >
8290</DocsCard >
8391
84- <DocsCard header =" Item " href =" api/item " icon =" /icons/component-item-icon.png " >
85- <p >Items are an all-purpose UI container that can be used as part of a list .</p >
92+ <DocsCard header =" Item " href =" api/item " img =" /icons/feature- component-item-icon.png " >
93+ <p >A common UI paradigm that serves as an entry point to more detailed information .</p >
8694</DocsCard >
8795
8896<DocsCard header =" List " href =" api/list " icon =" /icons/component-lists-icon.png " >
8997 <p >Lists can display rows of information, such as a contact list, playlist, or menu.</p >
9098</DocsCard >
9199
92- <DocsCard header =" Navigation " href =" api/nav " img =" /icons/feature-component-navigation-icon.png " >
93- <p >Navigation is how users move between different pages in your app.</p >
100+ <DocsCard header =" Media " href =" api/avatar " icon =" /icons/component-media-icon.png " >
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.
104+ </p >
94105</DocsCard >
95106
96107<DocsCard header =" Menu " href =" api/menu " icon =" /icons/component-menu-icon.png " >
@@ -101,6 +112,14 @@ Ionic apps are made of high-level building blocks called Components, which allow
101112 <p >Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p >
102113</DocsCard >
103114
115+ <DocsCard header =" Navigation " href =" api/menu " icon =" /icons/component-navigation-icon.png " >
116+ <p >Navigation is how users move between different pages in your app.</p >
117+ </DocsCard >
118+
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 >
121+ </DocsCard >
122+
104123<DocsCard header =" Popover " href =" api/popover " icon =" /icons/component-popover-icon.png " >
105124 <p >Popover provides an easy way to present information or options without changing contexts.</p >
106125</DocsCard >
@@ -113,12 +132,8 @@ Ionic apps are made of high-level building blocks called Components, which allow
113132 <p >Radio inputs allow you to present a set of exclusive options.</p >
114133</DocsCard >
115134
116- <DocsCard header =" Refresher " href =" api/refresher " icon =" /icons/component-refresher-icon.png " >
117- <p >Refresher provides pull-to-refresh functionality on a content component.</p >
118- </DocsCard >
119-
120- <DocsCard header =" Searchbar " href =" api/searchbar " img =" /icons/feature-component-search-icon.png " >
121- <p >Searchbar is used to search or filter items, usually from a toolbar.</p >
135+ <DocsCard header =" Refresher " href =" api/refresher " img =" /icons/feature-component-refresher-icon.png " >
136+ <p >A floating action button (FAB) is a circular button that offers an action on a screen.</p >
122137</DocsCard >
123138
124139<DocsCard header =" Reorder " href =" api/reorder " icon =" /icons/component-reorder-icon.png " >
@@ -129,6 +144,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
129144 <p >Routing allows navigation based on the current path.</p >
130145</DocsCard >
131146
147+ <DocsCard header =" Searchbar " href =" api/searchbar " icon =" /icons/component-searchbar-icon.png " >
148+ <p >Searchbar is used to search or filter items, usually from a toolbar.</p >
149+ </DocsCard >
150+
132151<DocsCard header =" Segment " href =" api/segment " icon =" /icons/component-segment-icon.png " >
133152 <p >Segments provide a set of exclusive buttons that can be used as a filter or view switcher.</p >
134153</DocsCard >
@@ -149,7 +168,11 @@ Ionic apps are made of high-level building blocks called Components, which allow
149168 <p >Toggles are an input for binary options, often used for options and switches.</p >
150169</DocsCard >
151170
152- <DocsCard header =" Toolbar " href =" api/toolbar " icon =" /icons/component-toolbar-icon.png " >
153- <p>Toolbars are used to house information and actions relating to your app.</p>
171+ <DocsCard header =" Toolbar " href =" api/toolbar " icon =" /icons/component-toolbar-icon.png " >
172+ <p >Toolbars are used to house information and actions relating to your app.</p >
173+ </DocsCard >
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>
154177 </DocsCard >
155178</DocsCards >
0 commit comments