@smart-access/experience
v1.0.9
Published
This is the base shell for managing simple business logic that all Smart Access Experiences need.
Readme
Experience Shell
This is the base shell for managing simple business logic that all Smart Access Experiences need.
Usage
import ExperienceShell from "@smart-access/experience"
function profileLoaded(data){
// do what you want with the profile data
}<ExperienceShell project={project} on:profile={profileLoaded} analytics={true|false}>
<!-- Experience code goes here -->
</ExperienceShell>