Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-filter-block

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-filter-block

Decoupled filter block for vue.js. Mixins and example components

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Vue Filter Block

Bundle of several mixins and coomponents aimed to simplify table sorting in vue.js applications. Take a look at the demo.

Features

  1. No duplication (you set filters only in template).
  2. State support (local storage). Version safe, extensible to multiple states.
  3. Throttling.

Installing

npm install vue-filter-block

Getting Started

As it's not a library, you don't have to install a thing.

Require the package:

var vueFilterBlock = require('vue-filter-block')

See the structure:

mixins
    child
    parent
components
    filters
        vmRemovableInputFilter
        vmThreeStateCheckboxFilter
        vmPaginatorFilter
        vmSortingOrderFilter
    other
        vmThreeStateCheckbox
        vmPaginator
        vmFilterMixinTest
    test
        vmFilterMixinTest

vueFilterBlock.mixins.parent is primary mixin for your parent component.

Let's assume you have a table and you want to add some filters on top of it. To sort by name and date, for instance. The component for parent mixin is one that contains both table and filters.

vueFilterBlock.mixins.child is used for every filter in filters. Take a look into components/filters for usage hints.

Prerequisities

Required npm packages:

  • vue
  • vueify

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

History

  • 15.04.2016: Initial commit

Credits

  • Yauheni Prakopchyk - Asva

License

This project is licensed under the MIT License

Keywords

FAQs

Package last updated on 16 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc