An open API service indexing awesome lists of open source software.

https://github.com/nukeop/react-poll-widget

Flexible poll widget for React
https://github.com/nukeop/react-poll-widget

Last synced: over 1 year ago
JSON representation

Flexible poll widget for React

Awesome Lists containing this project

README

          

# react-poll-widget
Flexible poll widget for React

## Live demo
https://nukeop.github.io/react-poll-widget/

## npm
https://www.npmjs.com/package/@react-poll-widget/ui

## Screenshots

![Example](docs/screenshots/1.png)
![Example](docs/screenshots/2.png)
![Example](docs/screenshots/3.png)

## Usage

```typescript
import {
Panel,
PanelContentHeader,
TextAreaPoll
} from '@react-poll-widget/ui';

const Component = () => (




Describe your favorite animal:




);

```

For a full list of components and documentation, see [docs](docs/index.md).

## About
### License
Copyright © 2020, [nukeop](https://github.com/nukeop).
Released under the [Affero GPL License v3](LICENSE).