Skip to content

A single-line text field web component, with validation and plain styling

Notifications You must be signed in to change notification settings

AqoviaElements/papyrus-input

 
 

Repository files navigation

Bower version Build status Published on webcomponents.org Gitter

<papyrus-input>

<papyrus-input> is a single-line text field with validation and plain styling.

<papyrus-input 
  label="This input requires letters only" 
  char-counter 
  auto-validate 
  pattern="[a-zA-Z]*" 
  error-message="Please enter letters only!">
</papyrus-input>

About

A single-line text field web component, with validation and plain styling

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%