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

  • Erik KovalskyProduct Manager
    ProfileView your profile

    ProjectsAll my projects
    TeamManage your team

    SettingsAccount settings

Components

  • Components Hub
  • Colors
  • Helpers
  • Content
  • Table
  • Icons
  • Interaction
  • VDropdown
  • VLoader
  • VPlaceload
  • VPlaceloadText
  • VPlaceloadAvatar
  • VMessage
  • VModal
  • VProgress
  • VTootlip
  • Buttons
  • Forms
  • Switches
  • Display
  • VAvatar
  • VAvatarStack
  • VBlock
  • VIconBox
  • VIconWrap
  • VSnack
  • VTag
  • VFlex
  • VGrid
  • VBreadcrumb
  • VTabs
  • VFlexPagination
  • VFlexTable
  • Accordions
  • Cards
  • Placeholders
  • Addons

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

  • Components
  • VBlock

VBlock

Vuero provides a versatile flex block media component named <VBlock />. VBlock has 2 named slots. One for the icon element, which can be whatever you want, and one for the action.

Anna B.UX Designer

VBlock icon

Vuero provides a versatile flex block media component named <VBlock />. VBlock has 2 named slots. One for the icon element, which can be whatever you want, and one for the action.

Team TasksView all tasks

Centered align

You can adjust the <VBlock /> component flex alignment using the center prop. This will apply the flex property align-items: center; to the component.

Anna B.UX Designer

Icon centered

You can adjust the <VBlock /> component flex alignment using the center prop. This will apply the flex property align-items: center; to the component.

Team TasksView all tasks

Responsive mobile

<VBlock /> can be made responsive for the mobile viewport by adding the mResponsive prop to the component. When set to responsive mode, the flex block elements stack to fit in the available space. Resize your screen to see it in action.

Anna B.UX Designer

Tablet responsive

<VBlock /> can be made responsive for the tablet portrait viewport by adding the tResponsive prop to the component. When set to responsive mode, the flex block elements stack to fit in the available space. Resize your screen to see it in action.

Team TasksView all tasks

<VBlock> Props

NameDefaultType
:center
:infratitle
:lighter
:m-responsive
:narrow
:subtitle
:title
:t-responsive

<VBlock> Slots

NameType
#action
#default
#icon
#title