Notifications
See all
  • Alice C. left a comment.

    1 hour ago

  • Joshua S. uploaded a file.

    2 hours ago

  • Tara S. sent you a message.

    2 hours ago

  • Melany W. left a comment.

    3 hours ago

Erik KovalskyProduct Manager
ProfileView your profile

ProjectsAll my projects
TeamManage your team

SettingsAccount settings

  • Erik KovalskyProduct Manager
    ProfileView your profile

    ProjectsAll my projects
    TeamManage your team

    SettingsAccount settings

Elements

  • Elements Hub
  • Colors
  • Helpers
  • Icons
  • Interaction
  • VDropdown
  • VLoader
  • VPlaceload v1.2
  • VPlaceloadText v1.2
  • VPlaceloadAvatar v1.2
  • VMessage v1.1
  • VModal
  • VProgress
  • VTootlip v1.1
  • Buttons
  • Forms v2.3
  • Switches
  • Addons

Select Language

Activity

  • Team
  • Projects
  • Schedule
Joshua S. Las Vegas, NV
Melany W. San Jose, CA
Esteban C. Miami, FL
Tara S. New York, NY
The slicer projectgetslicer.io
31%
5 / 24
Metamovies reworkedmetamovies.co
84%
28 / 31
Fast Pizza redesignfastpizza.com
60%
25 / 39

Call Danny at Colby's

Today - 11:30am

Meeting with Alice

Today - 01:00pm

Answer Annie's message

Today - 01:45pm

Send new campaign

Today - 02:30pm

Project review

Today - 03:30pm

Call Trisha Jackson

Today - 05:00pm

Write proposal for Don

Today - 06:00pm

Recently viewed

Browser SupportBlog post
Twitch APIBlog post
Browser SupportBlog post

Recent Members

Alice C.San Diego, CASoftware EngineerThis is a nice user description that we can use as demo content.
Alice C.Software Engineer
Tara S.New York, NYUI/UX DesignerThis is a nice user description that we can use as demo content.
Tara S.UI/UX Designer
Dwayne H.Los Angeles, CAProduct ManagerThis is a nice user description that we can use as demo content.
Jimmy H.Project Manager

Task Details

Overview

Build a desktop and mobile landing page wireframe

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Videmus igitur ut conquiescere ne infantes quidem possint. Duo Reges: constructio interrete... See More

Participants

Statistics

5 days
3 files
54
Add Checklist

Files

Preliminary Sketches3MB 5 days ago
DownloadDownload this file
View TaskView related task

UpdateUpload a new version
DeleteDelete this file
Project Budget0.6MB 8 days ago
DownloadDownload this file
View TaskView related task

UpdateUpload a new version
DeleteDelete this file
POC Demo8.75MB 8 days ago
DownloadDownload this file
View TaskView related task

UpdateUpload a new version
DeleteDelete this file

Messages

Send

Welcome

Notifications
See all
  • Alice C. left a comment.

    1 hour ago

  • Joshua S. uploaded a file.

    2 hours ago

  • Tara S. sent you a message.

    2 hours ago

  • Melany W. left a comment.

    3 hours ago

  • Elements
  • VDropdown

VDropdown

You can use a <VDropdown /> component to display a menu that will hold your options. pass the right prop to the component to align it to the right instead of left, which is the default. Use the up prop to make it a dropup.

Dropdown button
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Dropdown right
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Dropdown up
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider

Dropdown Colors

You can customize the <VDropdown />, using color property. Refer to the dropdown prop documentation for full customization options.

Primary
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Danger
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Warning
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Info
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Success
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider

Context Menu

Vuero's <VDropdown /> component can also be displayed as a context menu holding a single icon. The icon can be whatever you want with the specific icon prop set. Please refer to the markup for more details about usage.

Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider

Hover buttons

Vuero's <VDropdown /> component can also be opened on hover or after any custom event. Please refer to the markup for more details about usage.

Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider

Modern Dropdown

If you add in some specific markup, <VDropdown /> buttons can be enhanced into modern dropdowns with an animated caret icon. Use the modern prop on the component.

Modern rounded
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider
Modern dropdown
Dropdown item Other dropdown item Active dropdown item Other dropdown item
With a divider

Menu with Icons

<VDropdown /> menu items can have icons and a more structured layout. Use the spaced prop with the provided markup in the code example.

Dropdown with icon
InvestBuy more stocks
CompareCompare with others
TradeView opportunities

WalletOpen stock wallet
With unicons
InvestBuy more stocks
CompareCompare with others
TradeView opportunities

WalletOpen stock wallet

Menu with Images

<VDropdown /> menus items can have images and more original layout. Use the spaced prop with the provided markup in the code example. The inner images can be be made rounded by adding the is-rounded class to the image element.

Dropdown with image
Erik K.New York, NY
Alice C.San Diego, CA
Melany W.San Jose, CA

Anna BSan Francisco, CA
Dropdown with rounded image
Erik K.New York, NY
Alice C.San Diego, CA
Melany W.San Jose, CA

Anna BSan Francisco, CA

VDropdown Props

Here is the full props available for <VDropdown /> component:

PropsDefaultType
titleundefinedstring
colorundefinedprimary, success, info, warning, danger
iconundefinedstring
upfalseboolean
rightfalseboolean
modernfalseboolean
spacedfalseboolean

VDropdown Slots

Here is the full slots available for <VDropdown /> component:

SlotPropertiesDescription
#content
required
<{
isOpen: boolean
open: function
close: function
toggle: function
}>
Inner dropdown content
#button<{
isOpen: boolean
open: function
close: function
toggle: function
}>
The dropdown handler

VDropdown Expose

Here is the full exposed methods and variables available for <VDropdown /> component:

NameDescription
isOpenstate of dropdown
toggle()toggle the state of dropdown
open()force dropdown to open
close()force dropdown to close