Skip to content

Commit 52782bc

Browse files
author
Dennis Labordus
committed
Fixed snapshot.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent d275d0e commit 52782bc

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

__snapshots__/compas-scl-list.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# `compas-scl-list`
2+
3+
## `show-loading`
4+
5+
#### `looks like the latest snapshot`
6+
7+
```html
8+
<compas-loading>
9+
</compas-loading>
10+
11+
```
12+
13+
## `no-items-in-list`
14+
15+
#### `looks like the latest snapshot`
16+
17+
```html
18+
<mwc-list>
19+
<mwc-list-item
20+
aria-disabled="false"
21+
mwc-list-item=""
22+
tabindex="0"
23+
>
24+
<i>
25+
[compas.noScls]
26+
</i>
27+
</mwc-list-item>
28+
</mwc-list>
29+
30+
```
31+
32+
## `after-list-loaded`
33+
34+
#### `looks like the latest snapshot`
35+
36+
```html
37+
<mwc-list>
38+
<mwc-list-item
39+
aria-disabled="false"
40+
mwc-list-item=""
41+
tabindex="0"
42+
>
43+
Station-Utrecht-0001 (2.1.0)
44+
</mwc-list-item>
45+
<mwc-list-item
46+
aria-disabled="false"
47+
mwc-list-item=""
48+
tabindex="-1"
49+
>
50+
Station-Utrecht-0002 (1.3.0)
51+
</mwc-list-item>
52+
</mwc-list>
53+
54+
```
55+

0 commit comments

Comments
 (0)