mirror of
https://github.com/seigler/monitor-dash-address
synced 2025-07-26 00:06:09 +00:00
doc: improve README
This commit is contained in:
parent
8cc1ca4c36
commit
bb625bc2e1
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -16,4 +16,16 @@ In an HTML page, add this to the `<head>`:
|
||||||
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>
|
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may prefer to save these JS and CSS files and host them locally instead,
|
||||||
|
which should work fine. You can also omit the stylesheet and style the component
|
||||||
|
yourself. The structure is:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx">
|
||||||
|
<div class="dash-address-watch-label">XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx</div>
|
||||||
|
<div class="dash-address-watch-status">Watching...</div>
|
||||||
|
<div class="dash-address-watch-log"></div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
## [Demo](https://seigler.github.io/monitor-dash-address/)
|
## [Demo](https://seigler.github.io/monitor-dash-address/)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue