# @lit-labs/ssr-client

> Client package for @lit-labs/ssr.

Latest version **1.1.8** (published 2025-12-23) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @lit-labs/ssr-client
pnpm add @lit-labs/ssr-client
yarn add @lit-labs/ssr-client
bun add @lit-labs/ssr-client
```

## Health

**Score 75/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.1.8 |
| Published | 2025-12-23 |
| First published | 2021-03-31 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 217.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 21835 |
| Author | Google LLC |
| Maintainers | sorvell, aomarks, justinfagnani, kevinpschaaf, jbingham, graynorton, rictic, graysnorton, lit-robot, usergenic, augustjk |

## Links

- npm: https://www.npmjs.com/package/@lit-labs/ssr-client
- Repository: https://github.com/lit/lit
- Homepage: https://lit.dev/
- Issues: https://github.com/lit/lit/issues
- npm.io page: https://npm.io/package/@lit-labs/ssr-client

## Dependencies (3)

- [lit](https://npm.io/package/lit.md) ^3.1.2
- [lit-html](https://npm.io/package/lit-html.md) ^3.1.2
- [@lit/reactive-element](https://npm.io/package/@lit/reactive-element.md) ^2.0.4

## Recent versions

- 1.1.8 (latest) — 2025-12-23
- 1.1.4-pre.1 (pre) — 2023-09-29
- 1.1.7 — 2024-01-31
- 1.1.6 — 2024-01-09
- 1.1.5 — 2023-10-28
- 1.1.4 — 2023-10-10
- 1.1.3 — 2023-08-02
- 1.1.2 — 2023-06-01
- 1.1.2-pre.0 — 2023-04-27
- 1.1.1 — 2023-04-03
- 1.1.0 — 2023-04-03
- 1.0.1 — 2022-01-25
- 1.0.0 — 2021-09-21
- 1.0.0-rc.3 — 2021-09-03
- 1.0.0-rc.2 — 2021-08-19
- … 2 more at https://npm.io/package/@lit-labs/ssr-client/versions

## README

# @lit-labs/ssr-client

A set of client-side support modules for rendering Lit components and templates
on the server using `@lit-labs/ssr`.

## Overview

Package contents:

- `directives/render-light.js`: A child-position directive that invokes and
  renders the parent custom element's `renderLight` method as its value.

## Contributing

Please see [CONTRIBUTING.md](../../../CONTRIBUTING.md).

---
_Source: https://npm.io/package/@lit-labs/ssr-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
