Examples

Working examples for React, Next.js, Astro, and React Router.

One provider. As many messages as you need.

Full source ↗
Message.tsx
import { Provider7tv, Text7tv } from "react-7tv";

export function Message() {
  return (
    <Provider7tv emoteSetId="01M1M3EN0JK4ZWJAP3YPMQMV5T">
      <Text7tv>Hello catJAM gg</Text7tv>
    </Provider7tv>
  );
}
Run the repository examplepnpm --filter @react-7tv/example-vite dev
First time here? Install workspace dependencies and build the package.Local setup ↗