@@ -24,10 +24,14 @@ 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 =" 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>
29
29
</DocsCard >
30
30
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
+
31
35
<DocsCard header =" Alert " href =" api/alert " icon =" /icons/component-alert-icon.png " >
32
36
<p >Alerts are a great way to offer the user the ability to choose a specific action or list of actions.</p >
33
37
</DocsCard >
@@ -36,6 +40,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
36
40
<p >Badges are a small component that typically communicate a numerical value to the user.</p >
37
41
</DocsCard >
38
42
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
+
39
47
<DocsCard header =" Button " href =" api/button " icon =" /icons/component-button-icon.png " >
40
48
<p >Buttons let your users take action. They're an essential way to interact with and navigate through an app.</p >
41
49
</DocsCard >
@@ -57,22 +65,22 @@ Ionic apps are made of high-level building blocks called Components, which allow
57
65
<p >Content is the quintessential way to interact with and navigate through an app.</p >
58
66
</DocsCard >
59
67
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 >
62
70
</DocsCard >
63
71
64
72
<DocsCard header =" Floating Action Button " href =" api/fab " icon =" /icons/component-fab-icon.png " >
65
73
<p >Floating action buttons are circular buttons that perform a primary action on a screen.</p >
66
74
</DocsCard >
67
75
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
-
72
76
<DocsCard header =" Grid " href =" api/grid " icon =" /icons/component-grid-icon.png " >
73
77
<p >The grid is a powerful mobile-first system for building custom layouts.</p >
74
78
</DocsCard >
75
79
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
+
76
84
<DocsCard header =" Infinite Scroll " href =" api/infinite-scroll " icon =" /icons/component-infinitescroll-icon.png " >
77
85
<p >Infinite scroll allows you to load new data as the user scrolls through your app.</p >
78
86
</DocsCard >
@@ -81,16 +89,19 @@ Ionic apps are made of high-level building blocks called Components, which allow
81
89
<p >Inputs provides a way for users to enter data in your app.</p >
82
90
</DocsCard >
83
91
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 >
86
94
</DocsCard >
87
95
88
96
<DocsCard header =" List " href =" api/list " icon =" /icons/component-lists-icon.png " >
89
97
<p >Lists can display rows of information, such as a contact list, playlist, or menu.</p >
90
98
</DocsCard >
91
99
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 >
94
105
</DocsCard >
95
106
96
107
<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
101
112
<p >Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p >
102
113
</DocsCard >
103
114
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
+
104
123
<DocsCard header =" Popover " href =" api/popover " icon =" /icons/component-popover-icon.png " >
105
124
<p >Popover provides an easy way to present information or options without changing contexts.</p >
106
125
</DocsCard >
@@ -113,12 +132,8 @@ Ionic apps are made of high-level building blocks called Components, which allow
113
132
<p >Radio inputs allow you to present a set of exclusive options.</p >
114
133
</DocsCard >
115
134
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 >
122
137
</DocsCard >
123
138
124
139
<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
129
144
<p >Routing allows navigation based on the current path.</p >
130
145
</DocsCard >
131
146
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
+
132
151
<DocsCard header =" Segment " href =" api/segment " icon =" /icons/component-segment-icon.png " >
133
152
<p >Segments provide a set of exclusive buttons that can be used as a filter or view switcher.</p >
134
153
</DocsCard >
@@ -149,7 +168,11 @@ Ionic apps are made of high-level building blocks called Components, which allow
149
168
<p >Toggles are an input for binary options, often used for options and switches.</p >
150
169
</DocsCard >
151
170
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>
154
177
</DocsCard >
155
178
</DocsCards >
0 commit comments