Skip to content

derekwsgray/facets

 
 

Repository files navigation

Uncharted Facets

Facets - Web Components

Facets provides a set of Web Components (framework-agnostic) for 'faceting' your data, i.e. displaying bucketed data and providing the interactions with which to select and filter it.

  1. For using facets in Javascript/Typescript see Using Facets.
  2. For styling existing facets using CSS variables see CSS Variables.
  3. For notes on developing new facets or debugging facet code see Development.

Examples

Examples are hosted at https://unchartedsoftware.github.io/facets/basic.html but can also be built locally.

Note on Browser Support

Facets 3.x supported old browsers such as IE that didn't support CSS variables. 4.x drops support for those older browsers.

About

Facets 4.0 - Custom elements facets!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • CSS 21.5%
  • HTML 13.4%
  • JavaScript 6.4%