A little dropdown ui component for fuse.
Download the DropdownMenu.ux file and place it into your project. Then reference the class in your app by doing this: ``` ```That's the bare minimum.
To customize it you have currently 4 options:- Background color of the panels: BackgroundColor="#FBFBFB"
- Border color of the panels: BorderColor="#000000"
- Color of the text: TextColor="#00F"
- Size of the text: FontSize="14"