0.0.2 • Published 3 years ago

@markupcodes/form-textarea v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

テキストエリアフォーム

使い方

<markup-form-textarea
  textarea-id="detail"
  label="お問い合わせ内容"
  textarea-name="detail"
  help="例:○○の方法が分かりません。"
  required-error-message="お問い合わせ内容は512文字以内で入力してください。"
  required-label="必須"
  required
></markup-form-textarea>

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

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

開発を始める

npm run dev

ビルドする

npm run build

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

npm run docs