0.0.34 • Published 6 months ago

@tadevel/decision2023 v0.0.34

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

🗳️ Tadevel Decision 2023

Just include the script in your awesome website, and style it

<style>
decision2023-roll {
	--primary-color: cornflowerblue;
}
</style>
<decision2023-roll></decision2023-roll>
<script async src="https://unpkg.com/@tadevel/decision2023@latest"></script>

Or maybe use a responsive and AMP-compatible iframe

<iframe data-tadevel-decision2023 frameborder="0" scrolling="no" src="https://unpkg.com/@tadevel/decision2023@latest/dist/roll.html" width="100%" height="400"></iframe>
<script>
(()=>{
let i = document.querySelector('iframe[data-tadevel-decision2023]:not([data-tadevel-init])');
i.setAttribute('data-tadevel-init', '');
window.addEventListener('message', e=>{
	if (e.source == i.contentWindow && e.data.height) {
		i.height = e.data.height;
	}
});
})()
</script>
0.0.20

9 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.30

9 months ago

0.0.31

8 months ago

0.0.32

8 months ago

0.0.33

7 months ago

0.0.34

6 months ago

0.0.26

9 months ago

0.0.27

9 months ago

0.0.28

9 months ago

0.0.29

9 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.12

11 months ago

0.0.13

11 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago