0.2.9 • Published 8 years ago

@custom-element/text-field v0.2.9

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Text Field

Material Design Spec Text fields allow users to input, edit, and select text. Text fields typically reside in forms but can appear in other places, like dialog boxes and search. Text fields contain the following elements; label, input text field, placeholder text, helper text, required field indicator, icon, and error messages.

Installation

Just add the following script(< 2kb gzipped/polyfill in it) to your website. It will add CSS only once if required.

<script defer src="https://unpkg.com/@custom-element/text-field"></script>

For npm users

$ npm install @custom-element/list --save-dev

import '@custom-element/list'; // import and use it

Example

<a-text-field label="Simple"></a-text-field>
0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago