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
- Host: GitHub
- URL: https://github.com/24webcomponents/blink-text-element
- Owner: 24webcomponents
- License: mit
- Created: 2022-12-01T17:03:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T21:23:29.000Z (about 1 year ago)
- Last Synced: 2025-05-19T22:35:40.547Z (about 1 year ago)
- Topics: 24-web-components, custom-element, web-component
- Language: TypeScript
- Homepage: https://24webcomponents.github.io/marquee-text-element
- Size: 240 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.