0.0.9 • Published 1 year ago

@universityofmaryland/input v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

<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.