# Parallax

> source: [js/components/parallax](../../src/js/components/parallax.vue)

## Usage

```html
<parallax src="image.jpg" height="350px" />
```

## Props

| Name | Type | Default | Description |
| ---- |:----:| ------- | ----------- |
| src | `string` | required | Source of background-image. |
| height | `string` | `'300px'` | Height of element. |
