Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 893 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 893 Bytes

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

This package provides several frequently used helpers such as isEmpty, isNull, and others. These are designed to speed up and simplify your 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 simple-wizard
# Yarn
yarn add simple-wizard
# pnpm
pnpm add simple-wizard
# bun
bun install simple-wizard

You can also install it globally but it's not recommended.

📖 Usage

Bundle files

import { bundle } from 'simple-wizard'

🤝 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!