1.0.1 • Published 10 years ago

kbd-iso v1.0.1

Weekly downloads
28
License
-
Repository
github
Last release
10 years ago

KBD Iso

A class-based generator for differing Isotope filtering options

Install

npm i kbd-iso

Usage

Iso = require 'kbd-iso'
sort = new Iso
	container: 'iso'
	items: 'iso__item'
	filters: 'iso__filter'
	gutter: 16
	filterType: 'simple'

sort.init()

Options

  • container: String, ID of Isotope Container
  • items: String, Classname of Isotope items
  • filters: String, Classname of Isotope filters
  • gutter: Int, Width of desired gutter
  • lazy: Boolean, Lazyload Images?
  • filterType: String; 'simple', 'dropdownFilters', 'sidebarFilters'
  • sidebarButton: String, Classname of Sidebar Trigger
  • sidebar: String, Classname of Sidebar for filters
  • menus: String, Classname of dropdown menus
  • notify: Boolean, Optional for appending "No results found" to Isotope instance when nothing is returned
  • clearFiltersButton: String, Classname for optional button to clear all current filters
  • sort: Object, Pass in sorting options for order, sortBy and sortAscending
  • setHeightToWidth: Boolean, If you need to run this function from the KBD Utility it is built in.
1.0.1

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago