An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


solid-livekit-components

# solid-livekit-components

[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](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'
```