If you need to have a live voting on your website or a presentation created with code, e.g. sli.dev.
npm i voter-component
import 'voter-component'
<vote-option room="my-vote-room" option="Favourite answer"></vote-option>
or with slot for custom description of option
<vote-option room="my-vote-room" option="Candy">
<img src="candy.png" alt="candy">
</vote-option>
Replace room
with your own unique name. Then use as many components with options as you need.