1.1.3 • Published 1 year ago

antd-easy-form v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year 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