📦 ionic-team / ionic-docs

📄 card-title.md · 51 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51---
title: 'ion-card-title'
---

import Props from '@ionic-internal/component-api/v7/card-title/props.md';
import Events from '@ionic-internal/component-api/v7/card-title/events.md';
import Methods from '@ionic-internal/component-api/v7/card-title/methods.md';
import Parts from '@ionic-internal/component-api/v7/card-title/parts.md';
import CustomProps from '@ionic-internal/component-api/v7/card-title/custom-props.mdx';
import Slots from '@ionic-internal/component-api/v7/card-title/slots.md';

import EncapsulationPill from '@components/page/api/EncapsulationPill';

<head>
  <title>ion-card-title: Ionic App Card Title Component</title>
  <meta
    name="description"
    content="ion-card-title is a child component of ion-card. Read to learn more about card title properties and how this component is used on Ionic Framework apps."
  />
</head>

<EncapsulationPill type="shadow" />

Card title is a child component of card that should be placed inside of a [card header](./card-header).

See the [Card](./card) documentation for more information.

## Properties

<Props />

## Events

<Events />

## Methods

<Methods />

## CSS Shadow Parts

<Parts />

## CSS Custom Properties

<CustomProps />

## Slots

<Slots />