Package Exports
- searchkit
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 (searchkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Searchkit v0.1.7
What is Searchkit?
Searchkit is a suite of UI components built in react. The aim is rapidly create beautiful search applications using declarative components, and without being an ElasticSearch expert.

Installation
npm install searchkit
Documentation
Developing
tsc -w
npm run-script build:css
npm link
cd $clientDir && npm link searchkit
cd $clientDir && npm start