dappconnect-vote-poll-sdk/packages/polling-components
Szymon Szlachtowicz c0d6e104ee
Refactor polling hooks (#92)
2021-09-23 14:23:38 +02:00
..
src Refactor polling hooks (#92) 2021-09-23 14:23:38 +02:00
test Change repo to allow proposal in monorepo (#39) 2021-09-02 01:10:14 +02:00
.eslintrc.json Change repo to allow proposal in monorepo (#39) 2021-09-02 01:10:14 +02:00
.mocharc.json Change repo to allow proposal in monorepo (#39) 2021-09-02 01:10:14 +02:00
README.md Remove signer from polling (#91) 2021-09-23 13:52:20 +02:00
package.json Remove signer from polling (#91) 2021-09-23 13:52:20 +02:00
prettier.config.js Change repo to allow proposal in monorepo (#39) 2021-09-02 01:10:14 +02:00
tsconfig.json Change repo to allow proposal in monorepo (#39) 2021-09-02 01:10:14 +02:00

README.md

This packages contains react components used to display waku polls

Components

-Poll

Components that displays poll as a card

type PollProps = {
  theme: Theme // see react-components theme
  poll: DetailedTimedPoll // see core DetailedTimedPoll
  wakuPolling: WakuPolling | undefined // see core
  signer: Wallet | JsonRpcSigner | undefined
}