Skip to content

akhfasarrofi/custom-form-utils

Repository files navigation

All in one helper and custom form
Made with love ❤️

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!