文件名称:am-rating:使用Stencil构建的评级组件
文件大小:96KB
文件格式:ZIP
更新时间:2024-02-26 21:38:50
jsx rating web-components stenciljs rating-component
使用Stencil构建的评级组件 介绍 这是一个基本的评级Web组件。 它允许设置最大额定值以及用户输入(如果需要)。 如果用户确实选择了评级,则会触发一个事件,可以使用纯JS或您选择的框架来处理该事件。 可以使用SVG多边形完全自定义组件,并且可以接受半步额定值。 安装 脚本标签 将脚本标签[removed][removed]放在页面上 然后,您可以在模板或html中的任何位置使用元素。 节点模块 运行npm install am-rating --save 将脚本标签<scr
【文件预览】:
am-rating-master
----.gitignore(222B)
----tsconfig.json(491B)
----resources()
--------1.5-out-of-5.png(22KB)
--------4.5-out-of-10.png(25KB)
----.github()
--------ISSUE_TEMPLATE.md(1KB)
--------CONTRIBUTING.md(5KB)
----LICENSE(1KB)
----stencil.config.js(190B)
----package.json(1KB)
----src()
--------components()
--------components.d.ts(1KB)
--------index.ts(30B)
--------index.d.ts(0B)
--------index.html(1KB)
----readme.md(5KB)
----www()
--------.gitignore(14B)
----.editorconfig(244B)
----package-lock.json(188KB)