Getting Started
Unofficial BSKY (Bluesky) Profile Webcomponent
Bsky Profile Webcomponent. <bsky-profile>
is a custom web component that displays a user’s Bluesky profile. It fetches the profile data from the Bluesky API and renders it in a clean, responsive layout and with dark, light and auto theme support.
Additionally, the component respects the user’s device settings and avoids animations if the user has enabled “Reduce Motion” in their browser preferences.
Preview
With description and banner
Without description
Without banner
In dark theme
Usage with CDN
The easiest way to get started is to use the CDN.
Installation
Install the bsky-profile
package using your package manager of choice.
Usage
<bsky-profile>
component can be used in your project by simply adding the following code to your HTML file.
For more information about the available options, please refer to the Attributes guide.