# @spark-web/divider

> --- title: Divider storybookPath: page-layout-divider--default isExperimentalPackage: false ---

Latest version **5.1.1** (published 2026-06-15) · 0 weekly downloads

## Install

```sh
npm install @spark-web/divider
pnpm add @spark-web/divider
yarn add @spark-web/divider
bun add @spark-web/divider
```

## Health

**Score 55/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 5.1.1 |
| Published | 2026-06-15 |
| First published | 2022-04-20 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14 |
| Dependencies | 3 |
| Unpacked size | 25.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | brighte, brighte-release-bot |

## Links

- npm: https://www.npmjs.com/package/@spark-web/divider
- Repository: https://github.com/brighte-labs/spark-web
- Homepage: https://github.com/brighte-labs/spark-web#readme
- Issues: https://github.com/brighte-labs/spark-web/issues
- npm.io page: https://npm.io/package/@spark-web/divider

## Dependencies (3)

- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.25.0
- [@emotion/react](https://npm.io/package/@emotion/react.md) ^11.14.0
- [@spark-web/theme](https://npm.io/package/@spark-web/theme.md) ^5.13.0

## Recent versions

- 5.1.1 (latest) — 2026-06-15
- 5.1.0-rc.0 (rc) — 2025-07-24
- 5.1.0 — 2026-01-15
- 5.0.0 — 2025-02-10
- 5.0.0-rc.31 — 2025-02-10
- 5.0.0-rc.29 — 2025-02-06
- 5.0.0-rc.28 — 2025-02-06
- 5.0.0-rc.27 — 2025-02-05
- 5.0.0-rc.26 — 2025-02-05
- 5.0.0-rc.25 — 2025-01-31
- 5.0.0-rc.24 — 2025-01-20
- 2.0.0-rc.21 — 2025-01-07
- 2.0.0-rc.20 — 2025-01-07
- 2.0.0-rc.19 — 2024-12-12
- 2.0.0-rc.18 — 2024-12-12
- … 30 more at https://npm.io/package/@spark-web/divider/versions

## README

---
title: Divider
storybookPath: page-layout-divider--default
isExperimentalPackage: false
---

Used to separate and group content. In most cases use the
[Stack](/package/stack).

```jsx live
<Divider />
```

## Examples

### Width

Defines the “width” of the divider.

```jsx live
<Stack gap="large">
  <Stack gap="small">
    <Text>standard</Text>
    <Divider width="standard" />
  </Stack>
  <Stack gap="small">
    <Text>large</Text>
    <Divider width="large" />
  </Stack>
</Stack>
```

### Color

Defines the “color” of the divider.

```jsx live
<Stack gap="large">
  <Stack gap="small">
    <Text>standard</Text>
    <Divider color="standard" />
  </Stack>
  <Stack gap="small">
    <Text>neutral</Text>
    <Divider color="neutral" />
  </Stack>
</Stack>
```

## Props

<PropsTable displayName="Divider" />

[divider-color]:
  https://github.com/brighte-labs/spark-web/blob/6c1909208460cb421e62f516106e774e4b0ddc35/packages/divider/src/Divider.tsx#L16
[brighte-theme]:
  https://github.com/brighte-labs/spark-web/blob/e503bea4f7668d187ec7a78f99c5ed374417588b/packages/theme/src/makeTheme.ts#L158

---
_Source: https://npm.io/package/@spark-web/divider · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
