0.5.0 • Published 6 months ago

react-bluesky-embed v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.

0.5.0

6 months ago

0.4.0

6 months ago

0.2.0

6 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago