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

https://github.com/vanillawc/wc-marquee

A vanilla web component marquee banner with party mode
https://github.com/vanillawc/wc-marquee

marquee party vanilla web-components

Last synced: about 1 year ago
JSON representation

A vanilla web component marquee banner with party mode

Awesome Lists containing this project

README

          

<wc-marquee> The Marquee Tag as a Web Component


GitHub Releases
NPM Releases
Bundlephobia
Latest Status
Release Status

Discord
Published on WebComponents.org

## Installation

*Installation*
```sh
npm i @vanillawc/wc-marquee
```

*Import from NPM*
```html

```

*Import from CDN*
```html

```

## Demo

Try it on [WebComponents.dev](https://webcomponents.dev/edit/xHimVOHvwKeM64huCe18?sv=1&pm=1)

## Usage

**Attributes**

- `party` - enable party mode

### Basic Usage

```html

This text will marquee across the screen

```

### Party Mode

```html

This will demonstrate the resplendent joy of HTML in its prime

```

### Styling

Styling can be done using standard css attributes.

```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)