--- title: Fieldset desc: Fieldset is a container for grouping related form elements. It includes fieldset-legend as a title and label as a description. source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/components/fieldset.css layout: components classnames: component: - class: fieldset desc: for the fieldset container - class: label desc: label for inputs part: - class: fieldset-legend desc: for the title of the fieldset --- ### ~Fieldset fieldset-legend and label
Page title

You can edit page title later on from settings

```html
Page title

You can edit page title later on from settings

``` ### ~Fieldset with background and border
Page title

You can edit page title later on from settings

```html
Page title

You can edit page title later on from settings

``` ### ~Fieldset with multiple inputs
Page details
```html
Page details
``` ### ~Fieldset with multiple join items
Settings
```html
Settings
``` ### ~Login form with fieldset
Login
```html
Login
```