# Install

```shell
npm i @vaadin-component-factory/vcf-pdf-viewer
```

# Import

```javascript
import '@vaadin-component-factory/vcf-pdf-viewer';
```

# Variants

## Default

```html
<vcf-pdf-viewer src="/documents/document.pdf" style="height: 600px;"></vcf-pdf-viewer>
```

## From URL

```html
<vcf-pdf-viewer src="https://example.com/document.pdf" style="height: 600px;"></vcf-pdf-viewer>
```
