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 🎉
- Host: GitHub
- URL: https://github.com/akhfasarrofi/custom-form-utils
- Owner: akhfasarrofi
- License: mit
- Created: 2024-02-03T08:23:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:24:02.000Z (over 1 year ago)
- Last Synced: 2025-09-09T09:51:10.234Z (9 months ago)
- Topics: utils-library
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/custom-form-utils?activeTab=readme
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!