# @visual-framework/vf-form__fieldset

> vf-form__fieldset component

Latest version **2.0.0** (published 2025-02-25) · Apache 2.0 license · 0 weekly downloads

## Install

```sh
npm install @visual-framework/vf-form__fieldset
pnpm add @visual-framework/vf-form__fieldset
yarn add @visual-framework/vf-form__fieldset
bun add @visual-framework/vf-form__fieldset
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2025-02-25 |
| First published | 2020-04-03 |
| Weekly downloads | 0 |
| License | Apache 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 24.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | VF |
| Maintainers | sandykadam, ebiwebdev, khawkins98, pacope92, bhushan-ebi |
| Keywords | fractal, component |

## Links

- npm: https://www.npmjs.com/package/@visual-framework/vf-form__fieldset
- Homepage: https://stable.visual-framework.dev
- Issues: https://github.com/visual-framework/vf-core/issues
- npm.io page: https://npm.io/package/@visual-framework/vf-form__fieldset

## Recent versions

- 2.0.0 (latest) — 2025-02-25
- 2.0.0-alpha.0 — 2021-03-24
- 1.1.2 — 2021-02-25
- 1.1.0 — 2020-10-20
- 1.0.1 — 2020-04-15
- 1.0.0 — 2020-04-03

## README

# Form Fieldset component

[![npm version](https://badge.fury.io/js/%40visual-framework%2Fvf-form__fieldset.svg)](https://badge.fury.io/js/%40visual-framework%2Fvf-form__fieldset)

## About

The `vf-form__fieldset` is used to group a set related form inputs.

## Usage

Use the `vf-form__fieldset` component to display a relationship between multiple form inputs. You can also need use a `vf-form__fieldset` inside of another `vf-form__fieldset`, this would be good to group multiple `vf-form__checkbox` inputs and allow for a `vf-form__legend` to give the inputs a heading or question. To make it more obvious what we are asking the site visitor to fill out and why, it is recommened to use a `vf-form__legend` within each `vf_form__fieldset`.

## Install

This repository is distributed with [npm][https://www.npmjs.com/]. After [installing npm][https://www.npmjs.com/get-npm] and [yarn](https://classic.yarnpkg.com/en/docs/install), you can install `vf-form__fieldset` with this command.

```
$ yarn add --dev @visual-framework/vf-form__fieldset
```

## Sass/CSS

The style files included are written in [Sass](https://sass-lang.com/). If you're using a VF-core project, you can import it like this:

```
@import "@visual-framework/vf-form__fieldset/index.scss";
```

Make sure you import Sass requirements along with the modules. You can use a [project boilerplate](https://stable.visual-framework.dev/building/) or the [`vf-sass-starter`](https://stable.visual-framework.dev/components/vf-sass-starter/)

## Help

- [Read the Visual Framework troubleshooting](https://stable.visual-framework.dev/troubleshooting/)
- [Open a ticket](https://github.com/visual-framework/vf-core/issues)
- [Chat on Slack](https://join.slack.com/t/visual-framework/shared_invite/enQtNDAxNzY0NDg4NTY0LWFhMjEwNGY3ZTk3NWYxNWVjOWQ1ZWE4YjViZmY1YjBkMDQxMTNlNjQ0N2ZiMTQ1ZTZiMGM4NjU5Y2E0MjM3ZGQ)

---
_Source: https://npm.io/package/@visual-framework/vf-form__fieldset · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
