Skip to content

Utility Functions

The Core module exports a collection of helper functions to interact with the installed Web Components programmatically. These are essential because interacting with the DOM manually (querySelectors) is error-prone.

Import

typescript
import * as BagistoNative from '@bagisto-native/core';
// or named imports
import { triggerHotwireNativeToast } from '@bagisto-native/core';

Next Steps

Released under the MIT License.