0.1.5 • Published 11 months ago

@bonaventuresystems.com/com.brixip.iasys.util.library v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Brix Utils Helper Package

  • To install the package npm install @bonaventuresystems.com/com.brixip.iasys.util.library

Using Constants

import { Constants } from "@bonaventuresystems.com/com.brixip.iasys.util.library";
const BASE_URL = Constants.ADMIN_BASE_URL; // Base url for the admin app

Using Toast

import { showSuccessToast } from "@bonaventuresystems.com/com.brixip.iasys.util.library";
showSuccessToast('Toast Title', 'Toast Content');