Tawk.to wrapper for Aurelia
A simple Aurelia wrapper for Tawk.to
<tawk-to account-id="YOURACCOUNTIDHERE (get it from Dashboard -> Project Settings)"
user-details.bind="userDetails"></tawk-to>
The attribute user details can be provided to identify the user. It is supposed to be from type UserDetails
and is the name and email from the user.
export class App {
userDetails = new UserDetails("Demo Visitor", "visitor@test.com");
}
account-id
in app.html
npm start