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.