# CardActions
The card action bar.

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

**Selector:**
og-card-actions

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

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

## Types
```javascript
import { CardActionsProps } from '@opensesame/opensesameui';
import { CardActionsClasses } from '@opensesame/opensesameui';
```

## Props
Name | Type | Default | Description
---- | ---- | ------- | -----------
backgroundColor | 'primary' &#124; 'secondary' &#124; 'error' &#124; string | | The background color. It can be a color intention, (primary, secondary, error) or a color string. Passing a string is a way to add a background gradient.
classes | object | | Override or extend the styles applied to the component.
className | string | | Class(es) applied to the component.
disableSpacing | boolean | false | If `true`, additional margins are removed from actions.

## Classes
Rule name | Class | Description
--------- | ----- | -----------
root | .og-card-actions-root | Styles applied to the root element.
spacing | .og-card-actions-spacing | Styles applied if `[disableSpacing]="false"`.
