@universityofmaryland/input
v0.0.9
Published
Input element
Downloads
13
Keywords
Readme
<umd-input> element
Installation
$ yarn add @universityofmaryland/input
Usage
import '@universityofmaryland/input';
<umd-input>
<input type="text" id="example" name="example" required />
</umd-input>
Advanced usage
States can overwriten by setting the state attribute.
<umd-input state="true">
<input type="text" id="example" name="example" required />
</umd-input>
License
Distributed under the MIT license. See LICENSE for details.