Dropdown examples
Extend Dropdown.Menu with animated to apply animation when dropdown opened
Use icon property with an icon inside to add an icon before the content
You can add circle bullet by using bullet property in Dropdown.Item
Insert header to a dropdown menu with Dropdown.Header. If you want to make dropdown header larger, you must extend the component with size property
Dividing your dropdown items with Dropdown.Divider component
Change dropdown menu orientation by applying direction with left|right|down|up to Dropdown components
Apply right property to the Dropdown.Menu to change alignment
You can insert any elements into dropdown menu
Combine Dropdown.Row and Dropdown.Col to make the grid