Skip to content

Library to highlight micro frontend components with gradient borders and dynamic tooltips

Notifications You must be signed in to change notification settings

mfe-pro/highlighter

Repository files navigation

codecov

MFE Pro Highlighter

MFE Pro Highlighter

MFE Pro Highlighter is a library to highlight micro frontend components with gradient borders and dynamic tooltips.

How to Use

  1. Import the script from jsDelivr:
<script src="https://cdn.jsdelivr.net/npm/mfe-pro-highlighter@latest/dist/highlighter.min.js"></script>
  1. Call the function to start the highlight:
<script>
   MFEHighlighter.init({
      org: '@test',
      barColor: '#ff0000',
      fontColor: '#ff0000',
      primaryColor: '#ff0000',
      secondaryColor: '#00ff00'
    });
</script>