react-bluesky-embed
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

React Bluesky Embed

React Bluesky Embed allows you to embed post threads, profiles, and comments in your React application when using Next.js, Create React App, Vite, and more.

Profiles and comments support coming soon.

Adapters for Solid, Vue, Angular, and Svelte are coming soon.

Banner

Documentation

For documentation visit react-bluesky-embed.vercel.app.

Installation

npm i react-bluesky-embed

Usage

<PostThread
  params={{
    did: "did:plc:gru662w3omynujkgwebgeeof",
    rkey: "3lbirib5xnc2u",
  }}
  theme="dark"
  // set the depth to 1+ to show replies
  config={{
    depth: 6,
  }}
  // only show the replies
  hidePost={false}
/>

Contributing

Visit our contributing docs.

Package Sidebar

Install

npm i react-bluesky-embed

Weekly Downloads

723

Version

0.5.0

License

MIT

Unpacked Size

68.8 kB

Total Files

52

Last publish

Collaborators

  • hichem_fantar