Loading
Ben Westrate
This is a live streamed presentation. You will automatically follow the presenter and see the slide they're currently on.
CIRCUIT - An Adobe Developer Event
Presented by ICF Interactive
Follow along : http://slides.com/benwestrate/deck-1/live
<script type="text/json"
data-component="headerChooser"
data-component-config
data-component-instance="header-chooser">
{
"textColor" : "Black"
}
</script>
data-stoar - @joshuazeltman
Main Configuration - Optional
<script type="text/json"
data-component="headerChooser"
data-component-instance="header-chooser">
{
"hook" : "uniqueName",
"titleText" : "Test Title",
"titleType" : "h3"
}
</script>
data-stoar - @joshuazeltman
Component Data
Mainstay
var Global = function( clientLibraryComponents ){
this.componentsToInitialize = new DataStoar();
mainStay( this.componentsToInitialize, clientLibraryComponents );
}
module.exports = { init : Global };
mainstay - @BenWestrate
See it in action
Questions?
Contact Me