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
  • Buttons
  • VButton

VButton

Vuero provides a <VButton /> component if you don't want to use the simple Html button. VButtons can be made bold and rounded by using the bold and rounded props on the component.

RouterLink

<VButton /> provides a to property that can be used like on <RouterLink />. You can also use a href property to render a standard <a> tag. If none is used a <button> is rendered insted.

Home Home Home Home

Colors

<VButton /> components can have different colors. Use the color prop on the component to change its color. Available color values are primary, info, success, warning, danger and white.

Light Colors

<VButton /> solid color can have a very light tint of their original color. Use the color prop to set a solid color and use the light modifier prop to make a light colored button.

Outlined Colors

<VButton /> solid color can have an outlined button style. Use the color prop to set a solid color and use the outlined modifier prop to make an outlined button.

Placeload

<VButton /> components can have a placeloading status. Use the placeload prop on the component to change its state.

Elevation

<VButton /> components can be elevated using box shadows. Use the raised prop to show a box shadow on hover or use the elevated prop to set a permanent box shadow.

Disabled

<VButton /> components can be disabled and not responsive to pointer events. Use the disabled prop to set a button in a disabled state.

Font Awesome

<VButton /> components work well with Font Awesome Icons. Add an icon name inside the icon prop to set a Font Awesome icon. You can also create square and circle buttons with a single icon using the <VIconButton /> component. Please refer to markup for detailed examples.

Feather icons

<VButton /> components work well with Font Awesome Icons. Add an icon name inside the icon prop to set a Font Awesome icon. You can also create square and circle buttons with a single icon using the <VIconButton /> component. Please refer to markup for detailed examples.

Button group

You can easily align <VButton /> components and group them together by wrapping them inside a <VButtons /> element. You can mix any button styles.

Addons

You can easily create <VButton /> addons and group them together by wrapping them inside a <div class="field is-grouped"><div> element. You can mix any button styles.

VButton Props

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

PropsDefaultType
toundefinedstring, RouteLocationAsString
hrefundefinedstring
iconundefinedstring
iconCaretundefinedstring
sizeundefinedbig, huge
colorundefinedprimary, success, info, warning, danger, white
roundedfalseboolean
boldfalseboolean
fullwidthfalseboolean
lightfalseboolean
raisedfalseboolean
outlinedfalseboolean
darkOutlinedfalseboolean
loadingfalseboolean
placeloadfalseboolean
lowerfalseboolean
disabledfalseboolean
staticfalseboolean

VButton Slots

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

SlotPropertiesDescription
#default
required
nullButton content

VButtons Props

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

PropsDefaultType
addonsfalseboolean
alignundefinedcentered, right