1.0.9 • Published 6 years ago

@smart-access/experience v1.0.9

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
6 years ago

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>
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago