facetiousdeprecated

A vanilla JavaScript UI component for performing faceted searching/filtering.

Usage no npm install needed!

<script type="module">
  import facetious from 'https://cdn.skypack.dev/facetious';
</script>

README

Facetious

A pure JavaScript library providing UI components for facet filtering/searching.

Usage Documentation and Examples

Visit https://jgolieb.github.io/facetious.

Building and Running Locally

  1. Clone the repo:
git clone git://github.com/jgolieb/facetious.git
  1. Enter the facetious directory and run yarn to install dependencies.

  2. Run gulp.

The default gulp task builds the project in the dist directory. It also runs the demo site at http://localhost:8000.