@xiwell/ant-form-field
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

ant-form-field

##example

import { generator, create } from 'ant-form-field';

const fields = generator([
  create.text('fieldName', 'anyName', true)
]);

// fields.fieldName.field
// fields.fieldName.label
// fields.fieldName.rules
// fields.fieldName.placeholder

Package Sidebar

Install

npm i @xiwell/ant-form-field

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

7.65 kB

Total Files

5

Last publish

Collaborators

  • xiwell