使用文档
引入项目
- 通过
<script>
标签引入
download from https://github.com/Alfxjx/form-check-input/releases
<script src="index.min.js"></script>
// or
<script src="index.js"></script>
- 通过
npm install
引入
npm install form-check-input
import { init } from 'form-check-input'
- 通过
CDN
引入
<script src="https://unpkg.com/form-check-input/release/index.min.js"></script>
// or
<script src="https://unpkg.com/form-check-input/release/index.js"></script>
快速上手
本项目选择 formCheck 作为对象
formCheck.init(id,props);