@@ -19,14 +19,18 @@ import DocsCards from '@components/global/DocsCards';
19
19
`}</style >
20
20
</head >
21
21
22
- Ionic apps are made of high-level building blocks called Components, which allow you to quickly construct the UI for your app. Ionic comes stock with a number of components, including cards, lists, and tabs. Once you’ re familiar with the basics, refer to the [ API Index] ( api.md ) for a complete list of each component and sub-component.
22
+ Ionic apps are made of high-level building blocks called Components, which allow you to quickly construct the UI for your app. Ionic comes stock with a number of components, including cards, lists, and tabs. Once you' re familiar with the basics, refer to the [ API Index] ( api.md ) for a complete list of each component and sub-component.
23
23
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 >
@@ -58,40 +66,46 @@ Ionic apps are made of high-level building blocks called Components, which allow
58
66
<p >Content is the quintessential way to interact with and navigate through an app.</p >
59
67
</DocsCard >
60
68
61
- <DocsCard header =" Date & Time Pickers " href =" api/datetime " icon =" /icons/component-datetimepicker -icon.png " >
69
+ <DocsCard header =" Date & Time Pickers " href =" api/datetime " img =" /icons/feature- component-datetime -icon.png " >
62
70
<p >Date & time pickers are used to present an interface that makes it easy for users to select dates and times.</p >
63
71
</DocsCard >
64
72
65
73
<DocsCard header =" Floating Action Button " href =" api/fab " icon =" /icons/component-fab-icon.png " >
66
74
<p >Floating action buttons are circular buttons that perform a primary action on a screen.</p >
67
75
</DocsCard >
68
76
69
- <DocsCard header =" Icons " href =" api/icon " img =" /icons/feature-component-icons-icon.png " >
70
- <p >Beautifully designed icons for use in web, iOS, Android, and desktop apps.</p >
71
- </DocsCard >
72
-
73
77
<DocsCard header =" Grid " href =" api/grid " icon =" /icons/component-grid-icon.png " >
74
78
<p >The grid is a powerful mobile-first system for building custom layouts.</p >
75
79
</DocsCard >
76
80
81
+ <DocsCard header =" Icons " href =" api/icon " icon =" /icons/component-icons-icon.png " >
82
+ <p >Beautifully designed icons for use in web, iOS, and Android apps.</p >
83
+ </DocsCard >
84
+
77
85
<DocsCard header =" Infinite Scroll " href =" api/infinite-scroll " icon =" /icons/component-infinitescroll-icon.png " >
78
86
<p >Infinite scroll allows you to load new data as the user scrolls through your app.</p >
79
87
</DocsCard >
80
88
81
- <DocsCard header =" Input " href =" api/input " icon =" /icons/component-input-icon.png " >
89
+ <DocsCard header =" Inputs " href =" api/input " icon =" /icons/component-input-icon.png " >
82
90
<p >Inputs provides a way for users to enter data in your app.</p >
83
91
</DocsCard >
84
92
85
- <DocsCard header =" Item " href =" api/item " icon =" /icons/component-item-icon.png " >
86
- <p >Items are an all-purpose UI container that can be used as part of a list.</p >
93
+ <DocsCard header =" Item " href =" api/item " img =" /icons/feature-component-item-icon.png " >
94
+ <p >
95
+ Items are elements that can contain text, icons, avatars, images, inputs, and any other native or custom elements.
96
+ Items can be swiped, deleted, reordered, edited, and more.
97
+ </p >
87
98
</DocsCard >
88
99
89
100
<DocsCard header =" List " href =" api/list " icon =" /icons/component-lists-icon.png " >
90
101
<p >Lists can display rows of information, such as a contact list, playlist, or menu.</p >
91
102
</DocsCard >
92
103
93
- <DocsCard header =" Navigation " href =" api/nav " img =" /icons/feature-component-navigation-icon.png " >
94
- <p >Navigation is how users move between different pages in your app.</p >
104
+ <DocsCard header =" Media " href =" api/avatar " icon =" /icons/component-media-icon.png " >
105
+ <p >
106
+ A collection of media components, including avatars, icons, images, and thumbnails, designed to enhance visual
107
+ content.
108
+ </p >
95
109
</DocsCard >
96
110
97
111
<DocsCard header =" Menu " href =" api/menu " icon =" /icons/component-menu-icon.png " >
@@ -102,6 +116,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
102
116
<p >Modals slide in and off screen to display a temporary UI and are often used for login or sign-up pages.</p >
103
117
</DocsCard >
104
118
119
+ <DocsCard header =" Navigation " href =" api/nav " icon =" /icons/component-navigation-icon.png " >
120
+ <p >Navigation is how users move between different pages in your app.</p >
121
+ </DocsCard >
122
+
105
123
<DocsCard header =" Popover " href =" api/popover " icon =" /icons/component-popover-icon.png " >
106
124
<p >Popover provides an easy way to present information or options without changing contexts.</p >
107
125
</DocsCard >
@@ -114,12 +132,12 @@ Ionic apps are made of high-level building blocks called Components, which allow
114
132
<p >Radio inputs allow you to present a set of exclusive options.</p >
115
133
</DocsCard >
116
134
117
- <DocsCard header =" Refresher " href =" api/refresher " icon =" /icons/component-refresher -icon.png " >
118
- <p >Refresher provides pull-to-refresh functionality on a content component .</p >
135
+ <DocsCard header =" Range " href =" api/range " icon =" /icons/component-range -icon.png " >
136
+ <p >Range sliders let users select a value by dragging a knob along a track .</p >
119
137
</DocsCard >
120
138
121
- <DocsCard header =" Searchbar " href =" api/searchbar " img =" /icons/feature-component-search -icon.png " >
122
- <p >Searchbar is used to search or filter items, usually from a toolbar .</p >
139
+ <DocsCard header =" Refresher " href =" api/refresher " img =" /icons/feature-component-refresher -icon.png " >
140
+ <p >Refresher provides pull-to-refresh functionality on a content component .</p >
123
141
</DocsCard >
124
142
125
143
<DocsCard header =" Reorder " href =" api/reorder " icon =" /icons/component-reorder-icon.png " >
@@ -130,6 +148,10 @@ Ionic apps are made of high-level building blocks called Components, which allow
130
148
<p >Routing allows navigation based on the current path.</p >
131
149
</DocsCard >
132
150
151
+ <DocsCard header =" Searchbar " href =" api/searchbar " icon =" /icons/component-searchbar-icon.png " >
152
+ <p >Searchbar is used to search or filter items, usually from a toolbar.</p >
153
+ </DocsCard >
154
+
133
155
<DocsCard header =" Segment " href =" api/segment " icon =" /icons/component-segment-icon.png " >
134
156
<p >Segments provide a set of exclusive buttons that can be used as a filter or view switcher.</p >
135
157
</DocsCard >
@@ -143,14 +165,18 @@ Ionic apps are made of high-level building blocks called Components, which allow
143
165
</DocsCard >
144
166
145
167
<DocsCard header =" Toast " href =" api/toast " icon =" /icons/component-toast-icon.png " >
146
- <p >Toast is used to show a notification over the top of an app's content. It can be temporary or dismissible .</p >
168
+ <p >Toasts are subtle notifications that appear over your app's content without interrupting user interaction .</p >
147
169
</DocsCard >
148
170
149
171
<DocsCard header =" Toggle " href =" api/toggle " icon =" /icons/component-toggle-icon.png " >
150
172
<p >Toggles are an input for binary options, often used for options and switches.</p >
151
173
</DocsCard >
152
174
153
- <DocsCard header =" Toolbar " href =" api/toolbar " icon =" /icons/component-toolbar-icon.png " >
154
- <p>Toolbars are used to house information and actions relating to your app.</p>
155
- </DocsCard >
175
+ <DocsCard header =" Toolbar " href =" api/toolbar " icon =" /icons/component-toolbar-icon.png " >
176
+ <p >Toolbars are used to house information and actions relating to your app.</p >
177
+ </DocsCard >
178
+
179
+ <DocsCard header =" Typography " href =" api/text " icon =" /icons/component-typography-icon.png " >
180
+ <p >Text is used to style or change the color of text within an application.</p >
181
+ </DocsCard >
156
182
</DocsCards >
0 commit comments