Skip to content

一个基于Bootstrap5的Tab标签页的小组件,能让HTML5表单验证的提示信息在Bootstrap5的Tab标签页能正常显示。

License

Notifications You must be signed in to change notification settings

xqkeji/xq-tab-form

Repository files navigation

xq-tab-form

一个基于Bootstrap5的Tab标签页的小组件,能让HTML5表单验证的提示信息在Bootstrap5的Tab标签页能正常显示。

安装与使用

npm i xq-tab-form

在typescript代码或javascript代码中引入后使用

import xqTabForm from 'xq-tab-form';

导入后在相应的表单添加class="xq-tab-form"的属性就可以自动运行。

例如:

<form name="tab_form" class="xq-tab-form" method="post">

省略html代码

</form>

同时在相应的页面得引入bootstrap的js和css文件。

About

一个基于Bootstrap5的Tab标签页的小组件,能让HTML5表单验证的提示信息在Bootstrap5的Tab标签页能正常显示。

Resources

License

Stars

Watchers

Forks

Packages

No packages published