If you are working on any vue based app and looking for sliding panel component then here i am going to share an awesome library which you can use to create simple sliding panel on your vue application. There are many types of sliding panel in this library like left right top bottom slide panel which you can choose as per your project need. Integration of this sliding component is very easy just follow the below steps.

Vue Sliding Panel Component

Install

NodeJS ENV (commonjs)

npm i @hyjiacan/vue-slideout

or

yarn add @hyjiacan/vue-slideout

Unlike node env, a lowercase global slideout will be exploded.

The newest version

<script src="https://cdn.jsdelivr.com/npm/@hyjiacan/vue-slideout/lib/slideout.umd.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hyjiacan/vue-slideout/lib/slideout.css" />

Specified version

<script src="https://cdn.jsdelivr.com/npm/@hyjiacan/vue-slideout@<VERSION>/lib/slideout.umd.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@hyjiacan/vue-slideout@<VERSION>/lib/slideout.css" />

unpkg is also available: instead cdn.jsdelivr.net with unpkg.com
And you can use the uncompressed by instead slideout.umd.min.js with slideout.umd.js

#vuejs #vue #programming

Sliding Panel Component For Vue - Vue-slideout
27.95 GEEK