# rollup-video-ui
**Repository Path**: nat5uk1/rollup-video-ui
## Basic Information
- **Project Name**: rollup-video-ui
- **Description**: split-screen
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-04
- **Last Updated**: 2025-08-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
```markdown
# 9z-split-screen
```
## Getting started
vue2+elementui
### Install
```shell
在node_modules里放入 jz-video-ui 文件夹,只需要dist文件夹和package.json和readme.md
将src里面的js拿出来放到public里面,在public文件夹里面的index.html里引入
父元素需要display:flex,因为该组件大小为flex:1,占满剩余空间。
将src里面的styles文件夹里面的文件拿出来放到自己的项目的styles里面,把iconfont.scss引入到index.scss里面
```
### Usage
```js
import SplitScreen from 'jz-video-ui';
```
#### Example
```html
```
```js
```
[⬆ back to top](#top)