0.2.2 • Published 7 years ago

daube-input-text v0.2.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

daube-input-text

A simple, material-influenced, vanilla js label and text input custom element.

Installation

npm install --save daube-input-text

This custom element requires the webcomponents-lite polyfill in order to work on all browsers

Please see webcomponents.org for more information about Polyfills

Import the custom element by:

<script src="./node_modules/daube-input-text/daube-input-text-compiled.js"></script>

Usage

Include the custom element in the html page

<daube-input-text></daube-input-text>

Options

The following options are available manually or programatically within the opening daube-input-text html tag:

  1. label - label="your desired label name"
  2. disabled - disabled
  3. name - name="your desired name"
  4. required - required
  5. value - value="Your desired default text"
  6. maxlength - maxlength="20"
0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago