Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Basic form layout variants and arrangement of form elements with labels
Basic form layout variants and arrangement of form elements with labels.
The following three basic form layouts available:
They cover most use-cases. For special cases, they can be combined with the grid system and mixed with each other.
The concept of a control group with vclFormControlGroup
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.
vclFormInlineControlGroup
is the same as the previous class but
label and control are aligned horizontally.
Vertical form layout with stacked labels and controls.
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.
The inline layout variant with right-aligned labels in line with controls.
The vclFormActionArea
wraps the usual buttons on the bottom of the form
and is optional.
vclForm
vclFormControlGroup
vclFormInlineControlGroup
vclFormActionArea
vclForm
vclFormInline
: Lay out all elements in one line.vclFormHorizontal
: Two column form layout, for labels and controls.example.html on GH-pages.
FAQs
Basic form layout variants and arrangement of form elements with labels
We found that @vcl/form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.