Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/utlime/vue-zoom

vue zoom component
https://github.com/utlime/vue-zoom

Last synced: about 2 months ago
JSON representation

vue zoom component

Lists

README

        

# vue-zoom
vue zoom component

# installing
`npm i @utlime/vue-zoom`

# simple example
```vue



import { VueZoom } from '@utlime/vue-zoom';

export default {
components: { VueZoom },
};

```

# prop scale
scale property can has the follow values:
- number, relative zoom value to component with, e.g. 1.5(default value)

`...`
- string, fixed zoom value, e.g. 600px

`...`

# more examples
[storybook](https://utlime.github.io/vue-zoom/)