Vue 同位数(Isotope)
made with Vuejs

Vue 同位数(Isotope)

这是一个用于同位素过滤器和魔术布局排序Vue组件。

相关问答
暂无相关问题
查看全部
简介及使用教程

Vue 同位数(Isotope)是一个用于同位素过滤器和魔术布局排序Vue组件,允许展示同位素布局(包括过滤和排序)。

安装

Npm

npm i vueisotope

Yarn

yarn add vueisotope

Bower Bower install vueisotope

使用

// ES6 import isotope from 'vueisotope' ... export default { components: { isotope, } ...

// ES5 var isotope = require('vueisotope')

使用组件

<isotope :options='getOptions()' :list="list" @filter="filterOption=arguments[0]" @sort="sortOption=arguments[0]">
  <div v-for="element in list" :key="element.id">
    {{element.name}}
  </div>
</isotope>

示例

example1.gif

作者

David Desmaisons

相关项目

一个模拟雨滴落在玻璃表面的简单脚本。
一套适合开发者使用的轻量级UI组件库,完美支持vue3
这是一个基于Vue.js的Github样式的日历热图。
这是一个基于Splide的Vue滑块组件。
这是一个基于Vue的滚动条组件。
这是一个Bootstrap风格简单分页组件。
这是一个Vue.js 2打字机效果组件 。