Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vcl/form

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vcl/form

Basic form layout variants and arrangement of form elements with labels

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

VCL form

Basic form layout variants and arrangement of form elements with labels.

Features

Layouts

The following three basic form layouts available:

  • vertical (default) ‒ stacked labels and controls,
  • horizontal ‒ two column form layout, for labels and controls,
  • inline ‒ lay out all elements in one line.

They cover most use-cases. For special cases, they can be combined with the grid system and mixed with each other.

Control Group

The concept of a control group with vclInputControlGroup which groups an input element together with a label so that they make up an atomic control. For example a label and a checkbox if such a combination should behave like a single control. The elements are aligned vertically.

Inline Control Group

vclInputInlineControlGroup is the same as the previous class but label and control are aligned horizontally.

Usage

Vertical form layout with stacked labels and controls.

vertical example

The horizontal layout uses two columns, one for labels, one for controls. Left-aligned labels in separate column. Controls and labels are in line. In this example the loose button group is used to lay out the buttons. The layout columns can be divided with the golden cut (vclGridSpan-gca, vclGridSpan-gcb) from the grid layout component or any other ratio.

horizontal example

The inline layout variant with right-aligned labels in line with controls.

inline example

The vclFormActionArea wraps the usual buttons on the bottom of the form and is optional.

Classes

  • vclForm
  • vclInputControlGroup
  • vclInputInlineControlGroup
  • vclFormActionArea

Modifiers

For vclForm

  • vclFormInline: Lay out all elements in one line.
  • vclFormHorizontal: Two column form layout, for labels and controls.

Variables

Demo

example.html on GH-pages.

Keywords

FAQs

Package last updated on 15 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc