Solid components for building applications with LiveKit
  • TypeScript 96.7%
  • CSS 2.2%
  • HTML 1.1%
Find a file
2025-10-24 13:14:48 +01:00
.github Initial commit 2024-03-30 11:46:48 +00:00
.vscode Initial commit 2024-03-30 11:46:48 +00:00
dev feat: participant and track ref context 2024-03-30 14:10:55 +00:00
src feat: add support for changing track gain 2025-10-24 13:14:48 +01:00
.editorconfig Initial commit 2024-03-30 11:46:48 +00:00
.eslintrc feat: initial commit 2024-03-30 11:58:35 +00:00
.gitignore Initial commit 2024-03-30 11:46:48 +00:00
.prettierrc Initial commit 2024-03-30 11:46:48 +00:00
env.d.ts Initial commit 2024-03-30 11:46:48 +00:00
LICENSE feat: initial commit 2024-03-30 11:58:35 +00:00
package.json feat: add support for changing track gain 2025-10-24 13:14:48 +01:00
pnpm-lock.yaml chore: upgrade livekit library 2025-10-22 12:10:04 +01:00
README.md feat: implement useTracks and room-context 2024-03-30 12:33:56 +00:00
tsconfig.json Initial commit 2024-03-30 11:46:48 +00:00
tsup.config.ts feat: implement useTracks and room-context 2024-03-30 12:33:56 +00:00

solid-livekit-components

solid-livekit-components

pnpm

Solid components for building applications with LiveKit

This is a port of @livekit/components-react to Solid.js, many features may be missing. The hooks part of the original library is analagous to signals in this project.

Quick start

Install it:

npm i solid-livekit-components
# or
yarn add solid-livekit-components
# or
pnpm add solid-livekit-components

Use it:

import solid-livekit-components from 'solid-livekit-components'