https://github.com/vanillawc/wc-blink
A vanilla web component blink element
https://github.com/vanillawc/wc-blink
blink vanilla web-components
Last synced: about 1 year ago
JSON representation
A vanilla web component blink element
- Host: GitHub
- URL: https://github.com/vanillawc/wc-blink
- Owner: vanillawc
- License: mit
- Created: 2019-09-19T20:45:34.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T18:21:42.000Z (about 5 years ago)
- Last Synced: 2025-03-20T18:11:12.945Z (about 1 year ago)
- Topics: blink, vanilla, web-components
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
<wc-blink> The Blink Tag as a Web Component
## Setup
*Install and import from [NPM](https://www.npmjs.com/package/@vanillawc/wc-blink)*
```sh
npm i @vanillawc/wc-blink
```
```html
```
*Import from [SkyPack CDN](https://www.skypack.dev/view/@vanillawc/wc-blink)*
```html
```
## Demo
Try it on [WebComponents.dev](https://webcomponents.dev/edit/D0ALnJi8c1AoRh9JPJBS?sv=1&pm=1)
## Usage
```html
This text will blink obnoxiously
```
## Styling
Styling is done with standard CSS
```html
This will demonstrate the resplendent joy of HTML in its prime
```
## Contributing
See [CONTRIBUTING.md](https://github.com/vanillawc/vanillawc/blob/main/CONTRIBUTING.md)