@coveops/dependent-hierarchical-facet
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

DependentHierarchicalFacet

Disclaimer: This component was built by the community at large and is not an official Coveo JSUI Component. Use this component at your own risk.

Getting Started

  1. Install the component into your project.
npm i @coveops/dependent-hierarchical-facet
  1. Use the Component or extend it

Typescript:

import { DependentHierarchicalFacet, IDependentHierarchicalFacetOptions } from '@coveops/dependent-hierarchical-facet';

Javascript

const DependentHierarchicalFacet = require('@coveops/dependent-hierarchical-facet').DependentHierarchicalFacet;
  1. You can also expose the component alongside other components being built in your project.
export * from '@coveops/dependent-hierarchical-facet'
  1. Include the component in your template as follows:

Place the component in your markup amongst your other facets under coveo-facet-column

<div class="CoveoDependentHierarchicalFacet"></div>

Extending

Extending the component can be done as follows:

import { DependentHierarchicalFacet, IDependentHierarchicalFacetOptions } from "@coveops/dependent-hierarchical-facet";

export interface IExtendedDependentHierarchicalFacetOptions extends IDependentHierarchicalFacetOptions {}

export class ExtendedDependentHierarchicalFacet extends DependentHierarchicalFacet {}

Contribute

  1. Clone the project
  2. Copy .env.dist to .env and update the COVEO_ORG_ID and COVEO_TOKEN fields in the .env file to use your Coveo credentials and SERVER_PORT to configure the port of the sandbox - it will use 8080 by default.
  3. Build the code base: npm run build
  4. Serve the sandbox for live development npm run serve

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i @coveops/dependent-hierarchical-facet

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Unpacked Size

40.9 kB

Total Files

9

Last publish

Collaborators

  • cfosscoveo
  • belbizri
  • jantoun_coveo
  • ehsanshahneh
  • watallah
  • coveoit
  • gfoumbi
  • rvundavalli
  • sfecteau
  • jfleurent
  • eqcoveo
  • jmdro
  • davebouffard
  • jfallaire
  • achouan
  • hsinghcoveo
  • elafleur_coveo
  • plavigueur
  • eaubin
  • lpblais-coveo