w1c-input

Input

Use w1c-input for text-like fields that need themeable retro chrome.

import '@w1c/components/input';
<w1c-input name="hostname" value="mail-01" required></w1c-input>

API

  • type
  • name
  • value
  • placeholder
  • autocomplete
  • disabled
  • readonly
  • required
  • invalid

Events

  • input
  • change

CSS Parts

  • control
  • input