Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dangvanthanh/vue-split-pane

Adjustable split pane using Vue.js
https://github.com/dangvanthanh/vue-split-pane

split-pane vue vue-split-pane

Last synced: 21 days ago
JSON representation

Adjustable split pane using Vue.js

Awesome Lists containing this project

README

        

# Vue Split Pane

> Adjustable split pane using Vue.js

![](screenshot.gif)

## Install

```
# yarn (recommend)
$ yarn add vue-split-pane

# npm
$ npm install vue-split-pane --save
```

## Usage

### CDN

```html

```

### .vue files

```vue



Left Pane
Right Pane

import VueSplitPane from 'vue-split-pane';

export default {
components: { VueSplitPane },
};

@import 'vue-split-pane/dist/vue-split-pane.esm.css';

```

## Slot

| Name | Description |
| ------- | ------------------------- |
| `left` | The content of left pane |
| `right` | The content of right pane |

## Build Setup

You can use [vue-cli](https://github.com/vuejs/vue-cli) with [vue-rollup-boilerplate templates](https://github.com/dangvanthanh/vue-rollup-boilerplate) or [other vue templates](https://github.com/vuejs-templates)

## License

MIT © Dang Van Thanh