The vf-form
manages a group of form inputs and interactive controls to collect data that can be sent to a server. The vf-form
is the wrapping component for all form elements.
Whenever you need to use a vf-form__item
and related input or control you need to wrap them with a vf-form
.
The vf-form
makes use of the vf-stack
layout component to evenly distrubute the form inputs on a page.
This component is distributed with npm. After installing npm, you can install the vf-form
with this command. This will install all form items that work within a vf-form
too.
$ yarn add --dev @visual-framework/vf-form
The source files included are written in Sass(scss
). You can point your Sass include-path
at your node_modules
directory and import it like this.
@import "@visual-framework/vf-form/vf-form.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter