文件名称:李克特React
文件大小:225KB
文件格式:ZIP
更新时间:2024-03-02 02:18:36
JavaScript
React李克特量表 一种React组件,用于根据李克特量表以图形方式回答问卷。 用法 import LikertScale from 'likert-react' ; import React from 'react' ; import { render } from 'react-dom' ; const root = document . getElementById ( 'app' ) ; document . addEventListener ( 'DOMContentLoaded' , ( ) => { const reviews = [ { question : 'Code is readable' } , { question : 'Tests are comprehensive' } , { question : 'Webpack is co
【文件预览】:
likert-react-master
----docs()
--------likert-example.gif(55KB)
--------likert-striped-example.png(26KB)
--------likert-full-line-example.png(22KB)
----package.json(2KB)
----package-lock.json(361KB)
----src()
--------index.jsx(2KB)
--------index.html(159B)
--------dev-entry.jsx(926B)
--------styles.scss(713B)
--------sentiment-wrapper()
--------utils()
--------review-scale()
----.npmignore(11B)
----.gitignore(895B)
----webpack.config.js(1KB)
----README.md(2KB)
----yarn.lock(212KB)
----postcss.config.js(96B)