# ef-card

A card frame component.

## Properties

| Property | Attribute | Type         | Default | Description             |
|----------|-----------|--------------|---------|-------------------------|
| `config` |           | `CardConfig` | {}      | Set card configurations |
| `footer` | `footer`  | `string`     | ""      | Set text on the footer  |
| `header` | `header`  | `string`     | ""      | Set text on the header  |

## Events

| Event          | Description                            |
|----------------|----------------------------------------|
| `item-trigger` | Fired when the user selects card menu. |

## Slots

| Name     | Description                                      |
|----------|--------------------------------------------------|
| `footer` | Adds slotted content into the footer of the card. |
| `header` | Adds slotted content into the header of the card. |
