Created
November 12, 2018 09:45
-
-
Save simpluslabs/c349aab8a3382a635aeb8560b40b7912 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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