forked from stoatchat/javascript-solid-livekit-components
Solid components for building applications with LiveKit
- TypeScript 96.7%
- CSS 2.2%
- HTML 1.1%
| .github | ||
| .vscode | ||
| dev | ||
| src | ||
| .editorconfig | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierrc | ||
| env.d.ts | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
solid-livekit-components
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'