1.4.37 • Published 4 years ago

@ppci-mock/source-finder v1.4.37

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Source Finder

Table of contents

Installation

NPM

npm i @ppci-mock/source-finder

// Polyfill: https://lit-element.polymer-project.org/guide/use#polyfills
npm i --save-dev @webcomponents/webcomponentsjs

Usage

Javascript

import '@ppci-mock/source-finder'

Browser

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

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

<!-- Component -->
<source-finder
  searchPlaceHolder=${String}
></source-finder>

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

1.4.37

4 years ago

1.4.35

4 years ago

1.4.33

4 years ago

1.4.34

4 years ago

1.4.32

4 years ago

1.4.31

4 years ago

1.4.30

4 years ago

1.4.28

4 years ago

1.4.29

4 years ago

1.4.26

4 years ago

1.4.27

4 years ago

1.4.25

4 years ago

1.4.24

4 years ago