1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18---
title: API Index
---
import APIList from '@components/page/api/APIList';
<head>
<title>API Index | Ionic Docs API Index for all API Custom Elements</title>
<meta
name="description"
content="Each component in the Ionic Docs API Index consists of one or more custom elements—which each, in turn, may expose methods, events, and CSS custom properties."
/>
</head>
Each Ionic [component](/docs/components) consists of one or more [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements). Each custom element, in turn, may expose properties, methods, events, and CSS custom properties.
<APIList sidebar={require('@site/sidebars.js').default} />