TeraBit

MevKit JS — Custom HTML5 Elements

A tiny, dependency-free library of custom HTML5 elements — drop it in via CDN and start using semantic, ready-styled components immediately.

Why MevKit?

  • Zero build step — works with a single script tag.
  • Framework-agnostic custom elements built on the Web Components spec.
  • Small footprint, no external runtime dependencies.

Installation

html
<script src="https://cdn.jsdelivr.net/npm/mevkit@1.0.0/dist/mevkit.min.js"></script>

Elements Reference

  • <mev-card> — a styled content card.
  • <mev-tooltip> — an accessible hover tooltip.
  • <mev-toast> — dismissible toast notifications.

Examples

html
<mev-card title="Hello">
  This card just works — no framework required.
</mev-card>

<mev-toast type="success">Saved successfully!</mev-toast>