1.0.2 • Published 2 years ago

l-ui-vue v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

l-ui-vue

Project setup

npm install

Quick Start

import LUiVue from 'l-ui-vue'
import 'l-ui-vue/lib/theme-chalk/index.css'
<div style="width: 1200px; height: 100px; border: 1px solid #ccc">
  <l-drag-box>
    <l-drag-item style="width: 30%" :min-width="280" />
    <l-drag-item :min-width="200" />
    <l-drag-item style="width: 30%" :resize-show="false" />
  </l-drag-box>
</div>
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago