@markupcodes/form-email-input

v0.0.3
## 使い方

メールアドレス入力フォーム

使い方

<markup-form-email-input
  input-id="email"
  label="メールアドレス"
  input-name="email"
  help="例:[email protected]"
  type-error-message="正しいメールアドレスを入力してください。"
  required-error-message="メールアドレスを入力してください。"
  required-label="必須"
  required
></markup-form-email-input>

<script type="module">import "../markup-form-email-input.js";</script>

https://github.com/pxgrid/markupcodes/blob/master/markups/form-email-input/example/index.html

開発を始める

npm run dev

ビルドする

npm run build

サイト用コードの開発を始める

npm run docs
npm i @markupcodes/[email protected]

Metadata

  • MIT
  • Whatever
  • PixelGrid Inc.
  • released 11/18/2019

Downloads