1.1.3 • Published 3 years ago

antd-easy-form v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Easy Antd Form

A much more simple antd form

Docs

Online demos

Usage

import { Form, FormItem } from 'antd-easy-form';

const App = () => {
  return (
    <Form onValuesChange={console.log}>
      <FormItem label="Input1" tip="memo text" name="input" component="input" required requiredMessage="input is required!" />
      <FormItem label="Input2" name="input2" component={Input as any} />
      <FormItem label="Input3" name="input3">
        <Input />
      </FormItem>
    </Form>
  );
}
1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago