JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q57925F
  • License ISC

Source Finder

Package Exports

  • @ppci/source-finder

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 (@ppci/source-finder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Source Finder

Table of contents

  1. Installation
  2. Usage
  3. Theme | Styling
  4. Properties
  5. Events
  6. Changelog

Installation

NPM

  npm i @ppci/source-finder

Usage

Javascript

import '@ppci/source-finder'

Browser

<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci/source-finder/builds/index.min.js" />

<source-finder>
</source-finder>

Theme | Styling

source-finder {
  /* Searchbox */
  --input-padding: 8px 16px;
  --input-border: 1px solid #eeee;
  --input-border-radius: 8px;
  --input-color: gray;
  --input-background: white;
  --input-placeholder-color: gray;
  --input-focus-border: 1px solid blue;
}

Properties

Property Type Description Possible Values
*searchPlaceHolder* String Searchbox placeholder text

Changelog

1.3.0

  • Loading state

1.2.0

  • Error handling

1.1.7

  • Pipeline fix

1.1.4 | 1.1.5 | 1.1.6

  • Bundle and minify related fixes

1.1.3

  • Don't show no suggestions message if the search value is empty

1.1.2

  • fix avatar
  • package dependency fixes

1.1.1

  • Minor bug fixes

1.1.0

  • Clear suggestions redux action added

1.0.0

  • Initial version source finder