# line

A separating line (hr)

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/config/blocks/line/>

****

## Preview

![](https://assets.getkirby.com/media/pages/docs/reference/panel/blocks/line/43ccfef6aa-1717846665/line-block.png?width=1416&height=400&enlarge=0)

## Default files

### Snippet

By default, Kirby uses the following snippet to render the line block:

```php
<hr />

```

To overwrite [this default snippet](https://github.com/getkirby/kirby/tree/5.5.3/config/blocks/line/line.php), place your custom file in `/site/snippets/blocks/line.php`.

### Blueprint

By default, Kirby uses the following blueprint for the line block:

```yaml
name: field.blocks.line.name
icon: divider
preview: line
wysiwyg: true

```

To overwrite [this default blueprint](https://github.com/getkirby/kirby/tree/5.5.3/config/blocks/line/line.yml), place your custom file in `/site/blueprints/blocks/line.yml`.

### Vue component

[`kirby/src/components/Forms/Blocks/Types/Line.vue`](https://github.com/getkirby/kirby/blob/main/panel/src/components/Forms/Blocks/Types/Line.vue)