Skip to content

Instantly share code, notes, and snippets.

@iamsonal
Last active June 27, 2017 13:38
Show Gist options
  • Save iamsonal/bbe16905be0ab82c0051247785e80772 to your computer and use it in GitHub Desktop.
Save iamsonal/bbe16905be0ab82c0051247785e80772 to your computer and use it in GitHub Desktop.
quickAdd.cmp
<!--quickAdd.cmp-->
<aura:component implements="force:lightningQuickAction" >
<lightning:input type="number" name="myNumber" aura:id="num1" label="Number 1"/>
<lightning:input type="number" name="myNumber" aura:id="num2" label="Number 2"/>
<br/>
<lightning:button label="Add" onclick="{!c.clickAdd}"/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment