JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 73319
  • Score
    100M100P100Q185873F
  • License MIT

instantsearch.css is a CSS library created to help all InstantSearch users easily customize their widgets

Package Exports

  • instantsearch.css/themes/algolia.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (instantsearch.css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

InstantSearch.css and specs

Installation

yarn

Launch demo site + assets

yarn dev

Available at http://localhost:1313

Build demo site + assets

yarn build

Release a new version

Make your changes, commit them and:

npm version (major|minor|patch) -m "Version x.x.x"
npm publish
git push origin <tag_name>

Implemented versions

InstantSearch.css is a living standard. This table tracks down the version implemented in each InstantSearch:

Project Version
Angular 7
React 7
Vanilla 7
Vue 7