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
Installation
CDN
<script type='module' src="https://unpkg.com/@ppci/source-finder@1.0.0/index.js" />
NPM
npm i @ppci/source-finder
Usage
Javascript
import '@ppci/source-finder'
Browser
<script type="module" src="https://unpkg.com/@ppci/source-finder@1.0.0/index.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.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