Skip to content

Instantly share code, notes, and snippets.

@sujeshramachandran
Created December 11, 2016 09:39
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 sujeshramachandran/ba7a9fe9ee35f592733ea47d5bea06a2 to your computer and use it in GitHub Desktop.
Save sujeshramachandran/ba7a9fe9ee35f592733ea47d5bea06a2 to your computer and use it in GitHub Desktop.
<aura:component>
<div class="slds">
<lightning:buttonMenu alternativeText="More options" onselect="{! c.doSomething }">
<lightning:menuItem label="Menu Item One" value="1" checked="true"/>
<lightning:menuItem label="Menu Item Two" value="2" />
<lightning:menuItem label="Menu Item Three" value="3" />
<lightning:menuItem label="Menu Item Four" value="4" disabled="true" />
</lightning:buttonMenu>
</div>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment