Ignite Signals Web Components Package
Best-in-class telemetry collection for Brokers and Insurers
Explore the docs »
Open Portal
Getting Started
Using Vue?? – head over to our Vue package
Install package
- Install
# Using pnpm
pnpm add -D @ignite-signals/web-components
# Using yarn
yarn add --dev @ignite-signals/web-components
# Using npm
npm install --save-dev @ignite-signals/web-components
- Start using Ignite Signals components in your project! For example here we using the
signals-onboarding
component to get a device registered with Ignite Signals
<signals-onboarding
organisation-name="SkyNet"
organisation-logo-url="https://sky.net/logo.png"
workflow-token="your_workflow_token"
@complete="onOnboardingComplete"
@error="onOnboardingError"
/>
- Refer to the documentation for more help