Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 12, 2018 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpluslabs/c349aab8a3382a635aeb8560b40b7912 to your computer and use it in GitHub Desktop.
Save simpluslabs/c349aab8a3382a635aeb8560b40b7912 to your computer and use it in GitHub Desktop.
<aura:component implements="flexipage:availableForAllPageTypes" access="global">
<aura:attribute name="Name" type="String" required="true"/>
<aura:attribute name="Position" type="String" />
<h3>Design component demo</h3>
<p>
The of the component will be provided by Admin in App builder.
</p>
<p>The name provided by admin is {! v.Name}</p>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment