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 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.
import { bundle } from 'simple-wizard'
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!