# Divider

[Material Spec](https://m3.material.io/components/divider/overview)

Example:

```js
import "material/divider/divider.js"

<md-divider></md-divider>
```

## Attributes

* inset - Indents the divider with equal padding on both sides.
* insetStart - Indents the divider with padding on the leading side.
* insetEnd - Indents the divider with padding on the trailing side.
