Full documentation coming soon, for now, here's the prop types
interfaceComponentProps {
// Generate a feed from a username
username?: string;
// Generate a feed by name
feed?: string;
// Generate a feed from a search term
search?: string;
// Max no. of feed posts per request
limit?: number;
linkTarget?: "_self" | "_blank" | "_parent" | "_top";
// Link to images rather than showing in modal
linkImage?: boolean;
// Render a button to load more posts
loadMore?: boolean;
// Element to attach the modal to
attach?: HTMLElement;
// Use compact mode, where additional content is hidden initiallycompact: boolean;
class: string;
loadMoreClass: string;
modalBackdropClass: string;
modalCloseButtonClass: string;
modalClass: string;
linkClass: string;
compactToggleClass: string;
postClass: string;
postHeaderClass: string;
postUserLinkClass: string;
postUsernameClass: string;
postUserHandleClass: string;
postTimestampClass: string;
postAvatarClass: string;
postVideoClass: string;
postCardAvatarClass: string;
postTextContentClass: string;
postCardClass: string;
postCardThumbnailClass: string;
postCardHostClass: string;
postCardTitleClass: string;
postCardDescriptionClass: string;
postReplyClass: string;
postImageGridClass: string;
repostClass: string;
repostTextClass: string;
loadingPostClass: string;
loadingPostAvatarClass: string;
loadingPostHeadlineClass: string;
// Class for each line of the post when loadingloadingPostLineClass: string;
// Number of lines to represent the post in a loading skeletonloadingPostLines: number;
}
Roadmap
The bundle size is currently too large due to @atproto/api dependencies, investigate ways to reduce
The npm package @evomark/vue-bluesky-feed receives a total of 2 weekly downloads. As such, @evomark/vue-bluesky-feed popularity was classified as not popular.
We found that @evomark/vue-bluesky-feed demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 0 open source maintainers collaborating on the project.
Package last updated on 03 Dec 2024
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.