@visual-framework/vf-form__helper
v3.0.0-alpha.0
Published
vf-form__helper component
Downloads
2,245
Readme
Form Helper component
About
The vf-form__helper
can be used to add more descriptive, explanatory text to help guide the site visitor.
Usage
If you need to include more descriptive explanations of what the input requires make use of the component <span class="vf-form__helper"></span>
where you can add more text.
If your form has any type of validation (either on the client or server) you can make use of vf-form__helper--error
to help with inputs that do not have the correct content.
Install
This component is distributed with npm. After installing npm, you can install the vf-form__helper
with this command.
$ yarn add --dev @visual-framework/vf-form__helper
Sass/CSS
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__helper/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter