An open API service indexing awesome lists of open source software.

https://github.com/eliseusantos/highlighter

Library to highlight micro frontend components with gradient borders and dynamic tooltips
https://github.com/eliseusantos/highlighter

hightlight library mfe

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/mfe-pro/highlighter/branch/main/graph/badge.svg?token=IBB6PC8S7C)](https://codecov.io/gh/mfe-pro/highlighter)

# MFE Pro Highlighter

![MFE Pro Highlighter](./logo.webp)

**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:

```html

```

2. Call the function to start the highlight:

```html

Test Element

window.MFEHighlighterConfig = {
org: '@test',
barColor: 'red',
fontColor: 'white',
primaryColor: '#ff6995',
secondaryColor: '#3ecdff',
buttonActiveColor: '#ff6995',
buttonInactiveColor: '#3ecdff',
iconActiveColor: '#ffffff',
iconInactiveColor: '#000000',
autoInit: true
};

```