examplecode

1.0.0 • Public • Published

examplecode plugin

代码显示模块plugin, 方便其他模块使用

===

实战 Live demo

   <ExampleCode>
            {`
            <Form mode="EDIT" className="horizontal-form">
                <FormRow>
                    <InputFormField   className="one-third"  label="姓名"  keyMap="name"  rules={{required: true , message: "not empty"}}/>
                    <InputFormField   className="one-third"  label="年龄" keyMap="job" />
                    <InputFormField   className="one-third"  label="性别" keyMap="job" />
                </FormRow>
                <TextAreaFormField  label="个人简介" keyMap="introduce" ></TextAreaFormField>
                 
                <Button label="提交" />
            </Form>
           `}
    </ExampleCode>

Package Sidebar

Install

npm i examplecode

Weekly Downloads

6

Version

1.0.0

License

MIT

Last publish

Collaborators

  • majorye