Installation
info
View360 v4 is currently in beta, and some APIs may change after the final release.
View360 v4 must be installed using the @next
tag explicitly.
npm install @egjs/view360@next
If you want a stable version, please install v3 using the tag @latest
.
npm install @egjs/view360@latest
Looking for the documents of the previous version? Check these documents:
📦 Package managers (recommended)
You can easily install Flicking with package managers like npm or yarn
caution
View360 offers different packages for each framework.
For example, you have to install @egjs/react-view360
if you're using React.
- NPM
- Yarn
- React
- Angular
- Vue@2
- Vue@3
- Svelte
npm install @egjs/view360@next
🔗 CDN Links
Minified & Packaged (with dependencies)
- URL
- HTML <script>
https://naver.github.io/egjs-view360/release/latest/dist/view360.pkgd.min.js
# or...
https://unpkg.com/@egjs/view360@latest/dist/view360.pkgd.min.js
Packaged (with dependencies)
- URL
- HTML <script>
https://naver.github.io/egjs-view360/release/latest/dist/view360.pkgd.js
# or...
https://unpkg.com/@egjs/view360@latest/dist/view360.pkgd.js
CSS
- URL
- HTML <link>
- CSS @import
https://naver.github.io/egjs-view360/release/latest/css/view360.min.css
# or...
https://unpkg.com/@egjs/view360@latest/css/view360.min.css