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

https://github.com/24webcomponents/blink-text-element

An element which blinks in and out to try to get the users attention like the traditional blink element found in the browsers of yesteryear
https://github.com/24webcomponents/blink-text-element

24-web-components custom-element web-component

Last synced: 12 months ago
JSON representation

An element which blinks in and out to try to get the users attention like the traditional blink element found in the browsers of yesteryear

Awesome Lists containing this project

README

          

# <blink-text> element

An element which blinks in and out to try to get the users attention like the traditional blink element found in the browsers of yesteryear

## Installation
Available on [npm](https://www.npmjs.com/) as [**blink-text-element**](https://www.npmjs.com/package/blink-text-element).
```
$ npm install --save blink-text-element
```

## Usage

### Script

Import as ES modules:

```js
import 'blink-text-element'
```

Include with a script tag:

```html

```

```html
<blink-text>
This text will blink!
</blink-text>
```

## Browser support

Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge

[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements

## License

Distributed under the MIT license. See LICENSE for details.