Skip to content

Commit

Permalink
Migrate Demos to WebComponents.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Jan 18, 2020
1 parent 62c7682 commit cc68a23
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 49 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.github/
.vscode/
demo/
dev/
*.tgz
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,38 @@ Then import the `index.js` file at the root of the package.

## Usage

### Add some content to the body of the marquee
**Attributes**

- `party` - enable party mode

### Basic Usage

```html
<wc-marquee>
This text will marquee across the screen
</wc-marquee>
```

***Demo: [WC-Marquee - Demo][]***

### Enable party mode
### Party Mode

```html
<wc-marquee party>
This will demonstrate the resplendent joy of HTML in its prime
</wc-marquee>
```

***Demo: [WC-Marquee - 'party'][]***

### Styling

Stying can be done using standard css attributes.
Styling can be done using standard css attributes.

```html
<wc-marquee style="font-family: sans-serif;">
This will demonstrate the resplendent joy of HTML in its prime
</wc-marquee>
```

[WC-Marquee - Demo]: https://vanillawc.github.io/wc-marquee/demo/basic-usage.html
[WC-Marquee - 'party']: https://vanillawc.github.io/wc-marquee/demo/party-attribute.html
-----

## Demos

### [WC-Marquee - WebComponents.dev](https://webcomponents.dev/edit/xHimVOHvwKeM64huCe18?sv=1&pm=1)
1 change: 0 additions & 1 deletion demo/assets/basic-usage.sample

This file was deleted.

1 change: 0 additions & 1 deletion demo/assets/party-attribute.sample

This file was deleted.

12 changes: 0 additions & 12 deletions demo/basic-usage.html

This file was deleted.

13 changes: 0 additions & 13 deletions demo/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions demo/party-attribute.html

This file was deleted.

0 comments on commit cc68a23

Please sign in to comment.