JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q16403F
  • License ISC

input with cross button

Package Exports

  • custom-input-npm

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 (custom-input-npm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

What is this?

Create input with cross button by id.

Installation

npm i custom-npm-input --save

Usage

import { inputWithCross } from 'custom-npm-input';

inputWithCross({ id: 'input', onFocus: () => {}, color: 'red', });

Options

  • id: 'input',
  • onFocus: () => {},
  • color: 'red',