0.0.9 • Published 2 years ago

@sim-design/analysis-report v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

表单通用组件

快速开始

npm install @sim-design/case-analysis --save

参数

参数说明类型
id表单idnumber

用法示例

import {useState,useRef} from 'react'
import SimForm from "@sim-design/form";

const Demo = (props) => {

    const [showCorrect, setShowCorrect] = useState(false)

    const formRef = useRef()

    // 获取得分和提交记录
    //const values = formRef?.current.getFieldsValue()
    //const values = formRef?.current.getFormScore()
    
    return <SimForm ref={formRef} formId="123123123" showCorrect={showCorrect} />
}
0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago