0.0.4 • Published 4 months ago

voter-component v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Voter

If you need to have a live voting on your website or a presentation created with code, e.g. sli.dev.

Install

npm i voter-component

Usage

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.

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago