# @markupcodes/form-name-input

> ## 使い方

Latest version **0.0.5** (published 2021-09-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @markupcodes/form-name-input
pnpm add @markupcodes/form-name-input
yarn add @markupcodes/form-name-input
bun add @markupcodes/form-name-input
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2021-09-30 |
| First published | 2019-10-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 247.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | PixelGrid Inc. |
| Maintainers | tsmd, pxgrid-admin, yomotsu, geckotang, tomof |

## Links

- npm: https://www.npmjs.com/package/@markupcodes/form-name-input
- Repository: https://github.com/pxgrid/markupcodes
- Homepage: https://github.com/pxgrid/markupcodes#readme
- Issues: https://github.com/pxgrid/markupcodes/issues
- npm.io page: https://npm.io/package/@markupcodes/form-name-input

## Dependencies (2)

- [lit-element](https://npm.io/package/lit-element.md) ^2.2.0
- [@bundled-es-modules/uuid](https://npm.io/package/@bundled-es-modules/uuid.md) ^3.3.2

## Recent versions

- 0.0.5 (latest) — 2021-09-30
- 0.0.3 — 2019-11-18
- 0.0.2 — 2019-11-14
- 0.0.1 — 2019-10-02
- 0.0.0 — 2019-10-01

## README

# 名前入力フォーム

## 使い方

```html
<markup-form-name-input
  input-id="fullname"
  label="名前"
  input-name="fullname"
  help="例：山田 太郎"
  required-error-message="氏名は128文字以内で入力してください。"
  required-label="必須"
  required
></markup-form-name-input>

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

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

## 開発を始める

```
npm run dev
```

## ビルドする

```
npm run build
```

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

```
npm run docs
```

---
_Source: https://npm.io/package/@markupcodes/form-name-input · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
