custom-form-utils
v0.3.0
Published
<h3 align="center">All in one helper and custom form <br /> Made with love ❤️ </h3>
Downloads
15
Maintainers
Readme
This package provides custom components from Ant Design and also several frequently used helpers such as isEmpty, isNull, and others. These are designed to speed up and simplify your Ant Design-based web application development process. Additionally, it reduces the need to write excessive code to create components.
⚙️ Install
Install secara lokal di folder proyek Anda:
# npm
npm i custom-form-utils
# Yarn
yarn add custom-form-utils
# pnpm
pnpm add custom-form-utils
# bun
bun install custom-form-utils
You can also install it globally but it's not recommended.
📖 Usage
Bundle files
import { bundle } from 'custom-form-utils'
🤝 Collaborate
If you have feature requests, questions, or find a bug, don't hesitate to create an issue. We greatly appreciate contributions and collaboration from the community. Let's develop this package together!