Skip to main content
Home

Built and signed on GitHub Actions

@celine/bibhtml is a Web Components-based referencing system for HTML documents.

This package works with BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
35%
Published
4 months ago (3.18.0)
class BibhtmlCite
extends HTMLElement

Constructors

new
BibhtmlCite()

Properties

_handleMouseEnter: () => unknown

Handle mouse enter event for tooltip

_handleMouseLeave: () => unknown

Handle mouse leave event for tooltip

writeonly
citationIndex
readonly
refId
readonly
replace

Methods

attributeChangedCallback(
name,
_oldValue,
_newValue,
): void
render(): void

Static Properties

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@celine/bibhtml

Import symbol

import { BibhtmlCite } from "@celine/bibhtml";
or

Import directly with a jsr specifier

import { BibhtmlCite } from "jsr:@celine/bibhtml";

Add Package

pnpm i jsr:@celine/bibhtml
or (using pnpm 10.8 or older)
pnpm dlx jsr add @celine/bibhtml

Import symbol

import { BibhtmlCite } from "@celine/bibhtml";

Add Package

yarn add jsr:@celine/bibhtml
or (using Yarn 4.8 or older)
yarn dlx jsr add @celine/bibhtml

Import symbol

import { BibhtmlCite } from "@celine/bibhtml";

Add Package

vlt install jsr:@celine/bibhtml

Import symbol

import { BibhtmlCite } from "@celine/bibhtml";

Add Package

npx jsr add @celine/bibhtml

Import symbol

import { BibhtmlCite } from "@celine/bibhtml";

Add Package

bunx jsr add @celine/bibhtml

Import symbol

import { BibhtmlCite } from "@celine/bibhtml";