A Waterfall flow layout component for vue3
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.
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)
Project | Description |
---|---|
webpack-upload-zeroojs-plugin | Automatically upload the packaged files of webpack project |
MIT
vue
vue3
layout
waterfall
fall
vueComponent
component
components
ui
framework
frontend
Source Code: https://www.npmjs.com/package/vue-waterfall-layout
#vue #vuejs #javascript