@@ -24,9 +24,13 @@ 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>
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
+
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 >
30
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 >
@@ -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 " >
68
+ <DocsCard header =" Date & Time Pickers " href =" api/datetime " img =" /icons/feature- component-datetime -icon.png " >
61
69
<p >Date & time pickers are used to present an interface that makes it easy for users to select dates and times.</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 =" Icons " href =" api/icon " icon =" /icons/component-icons-icon.png " >
81
+ <p >Beautifully designed icons for use in web, iOS, and Android 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,22 @@ 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 >
94
+ Items are elements that can contain text, icons, avatars, images, inputs, and any other native or custom elements.
95
+ Items can be swiped, deleted, reordered, edited, and more.
96
+ </p >
86
97
</DocsCard >
87
98
88
99
<DocsCard header =" List " href =" api/list " icon =" /icons/component-lists-icon.png " >
89
100
<p >Lists can display rows of information, such as a contact list, playlist, or menu.</p >
90
101
</DocsCard >
91
102
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 >
103
+ <DocsCard header =" Media " href =" api/avatar " icon =" /icons/component-media-icon.png " >
104
+ <p >
105
+ A collection of media components, including avatars, icons, images, and thumbnails, designed to enhance visual
106
+ content.
107
+ </p >
94
108
</DocsCard >
95
109
96
110
<DocsCard header =" Menu " href =" api/menu " icon =" /icons/component-menu-icon.png " >
@@ -101,6 +115,14 @@ Ionic apps are made of high-level building blocks called Components, which allow
101
115
<p >Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p >
102
116
</DocsCard >
103
117
118
+ <DocsCard header =" Navigation " href =" api/nav " icon =" /icons/component-navigation-icon.png " >
119
+ <p >Navigation is how users move between different pages in your app.</p >
120
+ </DocsCard >
121
+
122
+ <DocsCard header =" OTP Input " href =" api/input-otp " icon =" /icons/component-input-otp-icon.png " >
123
+ <p >OTP inputs offer a simple way to enter one-time passwords using multiple boxes with automatic focus.</p >
124
+ </DocsCard >
125
+
104
126
<DocsCard header =" Popover " href =" api/popover " icon =" /icons/component-popover-icon.png " >
105
127
<p >Popover provides an easy way to present information or options without changing contexts.</p >
106
128
</DocsCard >
@@ -113,14 +135,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
113
135
<p >Radio inputs allow you to present a set of exclusive options.</p >
114
136
</DocsCard >
115
137
116
- <DocsCard header =" Refresher " href =" api/refresher " icon =" /icons/component-refresher-icon.png " >
138
+ <DocsCard header =" Refresher " href =" api/refresher " img =" /icons/feature- component-refresher-icon.png " >
117
139
<p >Refresher provides pull-to-refresh functionality on a content component.</p >
118
140
</DocsCard >
119
141
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 >
122
- </DocsCard >
123
-
124
142
<DocsCard header =" Reorder " href =" api/reorder " icon =" /icons/component-reorder-icon.png " >
125
143
<p >Reorder lets users drag and drop to reorder a list of items.</p >
126
144
</DocsCard >
@@ -129,6 +147,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
129
147
<p >Routing allows navigation based on the current path.</p >
130
148
</DocsCard >
131
149
150
+ <DocsCard header =" Searchbar " href =" api/searchbar " icon =" /icons/component-searchbar-icon.png " >
151
+ <p >Searchbar is used to search or filter items, usually from a toolbar.</p >
152
+ </DocsCard >
153
+
132
154
<DocsCard header =" Segment " href =" api/segment " icon =" /icons/component-segment-icon.png " >
133
155
<p >Segments provide a set of exclusive buttons that can be used as a filter or view switcher.</p >
134
156
</DocsCard >
@@ -149,7 +171,11 @@ Ionic apps are made of high-level building blocks called Components, which allow
149
171
<p >Toggles are an input for binary options, often used for options and switches.</p >
150
172
</DocsCard >
151
173
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>
154
- </DocsCard >
174
+ <DocsCard header =" Toolbar " href =" api/toolbar " icon =" /icons/component-toolbar-icon.png " >
175
+ <p >Toolbars are used to house information and actions relating to your app.</p >
176
+ </DocsCard >
177
+
178
+ <DocsCard header =" Typography " href =" api/text " icon =" /icons/component-typography-icon.png " >
179
+ <p >Text is used to style or change the color of text within an application.</p >
180
+ </DocsCard >
155
181
</DocsCards >
0 commit comments