https://github.com/revoltchat/solid-livekit-components
Solid components for building applications with LiveKit
https://github.com/revoltchat/solid-livekit-components
Last synced: over 1 year ago
JSON representation
Solid components for building applications with LiveKit
- Host: GitHub
- URL: https://github.com/revoltchat/solid-livekit-components
- Owner: revoltchat
- License: apache-2.0
- Created: 2024-03-30T11:46:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T18:15:52.000Z (about 2 years ago)
- Last Synced: 2025-01-08T02:14:40.532Z (over 1 year ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-livekit-components
[](https://pnpm.io/)
Solid components for building applications with LiveKit
This is a port of [@livekit/components-react](https://www.npmjs.com/package/@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:
```bash
npm i solid-livekit-components
# or
yarn add solid-livekit-components
# or
pnpm add solid-livekit-components
```
Use it:
```tsx
import solid-livekit-components from 'solid-livekit-components'
```