gi-feature-select-search

0.0.1 • Public • Published

select-search feature

Select search feature using Choices.js.

Global dependencies

Dependencies

Installation

Install this package with sackmesser:

make feature-install-select-search

or when sackmesser is not used:

yarn install gi-feature-select-search

After the installation has completed, you can import the module files:

JS:

// import feature class
import SelectSearch from 'gi-feature-select-search'
// ...
base.features.add('select-search', SelectSearch)

Make sure you provide the global dependencies in your webpack config file:

new webpack.ProvidePlugin({
  base: 'gi-js-base'
})

Styles:

@import 'gi-feature-select-search/src/style';

Browser compatibility

  • Newest two browser versions of Chrome, Firefox, Safari and Edge
  • IE 10 and above

Development

  • make build or npm run build - Build production version of the feature.
  • make dev or npm run dev - Build demo of the feature, run a watcher and start browser-sync.
  • make test or npm run test - Test the feature.
  • make jsdoc - Update documentation inside the docs folder.
  • make publish - Publish npm package.

Dependents (0)

Package Sidebar

Install

npm i gi-feature-select-search

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • goldinteractive-admin