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
  • Forms
  • VField

VField

Vuero come with VField, VControl and VLabel which are utility components to compose Accessible Forms with ease. The component VField will keep track of an unique input.

Inline label

You can set the horizontal attribute of VField so the label will be inlined.

Id Tracking

The main purpose of the VField component is to keep track of an unique input. It can then be used to be used to set for and aria-describedby attributes. You can create new field context using the subcontrol propery on VControl and VField components.

field id: v-field-14043

field id: v-field-14044

VField addons

Inputs can have addons if you need to show contextual information. You can attach an addon at the end of a <VField /> with the addons prop. See markup for more details about usage.

Start addons

Inputs can have addons if you need to show contextual information. You can attach an addon at the start of a <VField /> with the addons prop. See markup for more details about usage.

Rounded addons

Since input addons are button elements, usual modifier classes apply to them. You can use the rounded on both the input and the button inside the addon element to create a rounded field with addons.

Bi-Directional addons

Inputs can have addons on both sides. You can even attach a select element to your <VControl /> component. Please refer to the code example for more details about usage.

Note that if you need multiple inputs (like a <VSelect> addons for currency selection), you should wrap this other input with <VControl subcontrol> or <VField subcontrol> component.

VField Props

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

PropsDefaultType
labelundefinedstring
addonsfalseboolean
textaddonfalseboolean
multilinefalseboolean
horizontalfalseboolean
subcontrolfalseboolean

VField Slots

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

SlotPropertiesDescription
#defaultVFieldContextField id beeing tracked