bsky-react-post
bsky-react-post
bsky-react-post
  • Playground
BlueskyTwitterGithub
  • API
  • Documentation
  • Support
  • Usage

    • Introduction
    • Next.js
    • Vite
      • Installation
      • Usage
    • API Reference
  • Themes

    • Bluesky Theme
    • API Reference

Vite

Installation

Follow the installation docs in the Introduction.

Usage

In any component, import Post from bsky-react-post and use it like so:

import { Post } from "bsky-react-post";

export const IndexPage = () => (
  <Post handle="adima7.bsky.social" id="3laq6uzwjbc2t" />
);

You can learn more about Post in the Post theme docs.

Next.js
API Reference

© 2024 rhinobase, Inc. All rights reserved.