Guest User

Untitled

a guest
Dec 7th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <aura:component >
  2. <!-- FORM -->
  3. <lightning:layout horizontalAlign="center">
  4. <lightning:layoutItem>
  5. <form class="slds-form slds-form_horizontal">
  6. <lightning:input aura:id="Aform" label="Input Text"
  7. name="inouttxt"/>
  8. <lightning:button label="Search"
  9. variant="brand"
  10. class="slds-button"
  11. onclick="{!c.clickSearch}"/>
  12. <lightning:button label="New"
  13. variant="white"
  14. onclick="{!c.clickNew}"/>
  15. </form>
  16. </lightning:layoutItem>
  17. </lightning:layout>
  18. </aura:component>
Add Comment
Please, Sign In to add comment