Skip to content

This is demo app to demonstrate embedding experience and building custom ui.

Notifications You must be signed in to change notification settings

EmperiaLtd/Demo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo App

Embedding Examples

All of the react embedding examples are under pages/ and the ones done for plain apps are under standalone-app/

Building Custom UI

The example for building and making Custom-UI work with sdk is in App.tsx

Sending event to sdk

window.emperia.events.dispatchEvent(
   new CustomEvent('fromUserInterface', { detail: { name: 'changeLocale', data: 'fr' } }),);

About

This is demo app to demonstrate embedding experience and building custom ui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published