Skip to content

SonicGarden/bs-hovercard-element

Repository files navigation

<bs-hovercard> element

Installation

$ npm install @sonicgarden/bs-hovercard-element

Usage

import '@sonicgarden/bs-hovercard-element'
<bs-hovercard>
  <a href="#">SonicGarden</a>
  <template slot="content">
    <div class="hstack align-items-start gap-2">
      <img src="https://avatars.githubusercontent.com/u/762682?s=200&v=4" class="img-thumbnail" style="width: 32px; height: 32px;">
      <div class="vstack gap-2">
        <div class="hstack gap-2">
          <span class="font-weight-bold">SonicGarden.inc</span>
          <a href="https://github.com/SonicGarden" class="text-muted text-decoration-none">@SonicGarden</a>
        </div>
        <div class="text-muted">
          <span>1,960</span>
          <span>Followers</span>
        </div>
      </div>
    </div>
  </template>
</bs-hovercard>

Browser support

Browsers without native custom element support require a polyfill.

  • Chrome
  • Firefox
  • Safari
  • Microsoft Edge

Development

pnpm i
pnpm dev

License

Distributed under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published