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

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

## Props
| name | type | description | default |
| ---- | ---- | ----------- | ------- |
| src | String | Source of background-image. | is required |
| height | String | Height of element. | '300px' |
