# CardContent
Card content styles the typographic content of a card.

**Material documentation:**
[Cards](https://material.io/components/cards/)

**Selector:**
og-card-content

**Use:**
`<og-card-content></og-card-content>`

## Module
```javascript
import { CardContentModule } from '@opensesame/opensesameui';
```

## Types
```javascript
import { CardContentProps } from '@opensesame/opensesameui';
import { CardContentClasses } from '@opensesame/opensesameui';
```

## Props
Name | Type | Default | Description
---- | ---- | ------- | -----------
classes | object | | Override or extend the styles applied to the component.
className | string | | Class(es) applied to the component.

## Classes
Rule name | Class | Description
--------- | ----- | -----------
root | .og-card-content-root | Styles applied to the root element.
