1. vue-waterfall-layout

vue-waterfall-layout

A Waterfall flow layout component for vue3

Using npm or yarn

We recommend using npm or yarn to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.

 $ npm install vue-waterfall-layout --save
 $ yarn add vue-waterfall-layout

If you are in a bad network environment,you can try other registries and tools like cnpm.

Quick Start

Import it in main.js.

 import { createApp } from 'vue'
import App from './App.vue'
import VueWaterfall from './index'
import './style/index.css'

const app = createApp(App)
app.use(VueWaterfall)

// or

import {
  Waterfall,
  WaterImage,
  WaterItem
} from 'vue-waterfall-layout'
 
app.component(Select.name, Select)
app.component(Button.name, Button)

Document

See

Ecosystem

Project Description
webpack-upload-zeroojs-plugin Automatically upload the packaged files of webpack project

License

MIT

Keywords

vue vue3 layout waterfall fall vueComponent component components ui framework frontend