UNPKG

alchemy-badge

Version:

AlchemyBadge is a customizable badge component for React that allows you to display information in a visually appealing manner. With Alchemy Badge, you can easily create badges with custom text, colors, and icons, making it perfect for displaying user inf

11 lines (10 loc) 294 B
export default class AlchemyBadge { _intervalId: number | null; _badgeId: string; _alchemyUrl: string; constructor(badgeId: string); logBadgeClick: () => void; _intersectionObserving(): void; _logBadgeView(): void; _isBadgeInViewpoint(bounding: any): boolean; }