-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparlays.html
More file actions
50 lines (50 loc) · 1.7 KB
/
Copy pathparlays.html
File metadata and controls
50 lines (50 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script
defer
type="module"
src="https://b-static.bet-links.com/0.0.2/bam-scripts/bam-scripts.esm.js"
></script>
<link
rel="stylesheet"
href="https://b-static.bet-links.com/0.0.2/bam-scripts/bam-scripts.css"
/>
</head>
<body>
<p>
These are recently edited files. Do not suggest code that has been
deleted.
</p>
<section class="demo">
<h4>Modal (dark, American odds, only soccer)</h4>
<bam-trending-parlays
max-cards="12"
enable-modal="true"
dark-mode="true"
context="FIRST"
league-type="9">
</bam-trending-parlays>
</section>
<section class="demo demo--light">
<h4>Modal (light, American odds)</h4>
<bam-trending-parlays
max-cards="12"
enable-modal="true"
context="SECOND LIST"
odds-type="american">
</bam-trending-parlays>
</section>
<section class="demo demo--light">
<h4>Modal (light, Decimal odds, GB English)</h4>
<bam-trending-parlays
max-cards="12"
enable-modal="true"
odds-type="decimal"
lang="en-gb">
</bam-trending-parlays>
</section>
</body>
</html>