@markupcodes/form-textarea
v0.0.2
Published
## 使い方
Downloads
5
Keywords
Readme
テキストエリアフォーム
使い方
<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