bluesky-follow-widget
v1.0.7
Published
A customizable React widget to add a 'Follow me on Bluesky' button.
Downloads
462
Maintainers
Readme
Bluesky Follow Button
Bluesky Follow Button is a React component that makes it easy to add a stylish "Follow me on Bluesky" button to your application.
import { BlueskyFollowButton } from "bluesky-follow-widget";
<BlueskyFollowButton username="@your_username" theme="dark" />
<BlueskyFollowButton username="@your_username" theme="light" />