@smart-access/experience

This is the base shell for managing simple business logic that all Smart Access Experiences need.

Usage no npm install needed!

<script type="module">
  import smartAccessExperience from 'https://cdn.skypack.dev/@smart-access/experience';
</script>

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>