https://github.com/justjavac/antd-form-devtools
🔧 DevTools for Ant Design Forms
https://github.com/justjavac/antd-form-devtools
ant-design antd devtools form react reactjs
Last synced: about 1 year ago
JSON representation
🔧 DevTools for Ant Design Forms
- Host: GitHub
- URL: https://github.com/justjavac/antd-form-devtools
- Owner: justjavac
- License: mit
- Created: 2023-07-11T07:24:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T07:40:50.000Z (almost 3 years ago)
- Last Synced: 2025-05-01T02:48:06.370Z (about 1 year ago)
- Topics: ant-design, antd, devtools, form, react, reactjs
- Language: TypeScript
- Homepage: https://antd-form-devtools.vercel.app
- Size: 299 KB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevTools for Ant Design Forms
[](https://github.com/justjavac/antd-form-devtools/actions/workflows/main.yml)
[![npm][npm]][npm-url]
[![download][download]][download-url]
A Powerfull DevTools to help debug Ant Design Forms.

## Install
```bash
npm install antd-form-devtools -D
```
## Usage
```diff
import React from 'react';
import { Button, Form, Input, InputNumber } from 'antd';
import { DevTool } from 'antd-form-devtools';
const App = () => {
return (
<>
Submit
+
>
);
};
export default App;
```
## Live Demo
https://antd-form-devtools.vercel.app
## Local example
```bash
git clone https://github.com/justjavac/antd-form-devtools.git
cd example
yarn dev
```
## License
[antd-form-devtools](https://github.com/justjavac/antd-form-devtools) is
released under the MIT License. See the [LICENSE](LICENSE) file in the project
root directory for details.
# Thank
♥️ The inspiration for this project comes from [react-hook-form/devtools](https://github.com/react-hook-form/devtools).
[npm]: https://img.shields.io/npm/v/antd-form-devtools.svg
[npm-url]: https://npmjs.com/package/antd-form-devtools
[download]: https://img.shields.io/npm/dm/antd-form-devtools.svg?style=flat
[download-url]: https://npmcharts.com/compare/antd-form-devtools?minimal=true