An open API service indexing awesome lists of open source software.

https://github.com/akhfasarrofi/custom-form-utils

Utility which is commonly used in frontend development 🎉
https://github.com/akhfasarrofi/custom-form-utils

utils-library

Last synced: 26 days ago
JSON representation

Utility which is commonly used in frontend development 🎉

Awesome Lists containing this project

README

          

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:

```bash
# 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

```bash
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!