Skip to content

Instantly share code, notes, and snippets.

@choudharymanish8585
Created October 4, 2018 01:31
Show Gist options
  • Save choudharymanish8585/7668caf4e7726fdc1f0d93a74d089c83 to your computer and use it in GitHub Desktop.
Save choudharymanish8585/7668caf4e7726fdc1f0d93a74d089c83 to your computer and use it in GitHub Desktop.
<!--
Custom Component2
This is normal component within namespace "c"
@author Manish Choudhari
-->
<aura:component access="global" >
<p id="c-paragraph">
<div id="c-textDiv">
<p>I am Custom Component2 sits within "c" namespace.</p>
<p><strong>I hide top secret account balance that no one can hack!!</strong></p>
<div id="c-mybalance" style="display:none">89,230,678$</div>
</div>
</p>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment