0.10.13 • Published 3 years ago

@samelogic/react-microsurvey v0.10.13

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

React Microsuvey is a modular survey component library that leverages react and material-ui to provide survey input components that is unobtrusive to the user to collect both qualitative and quantitative feedback. This is the component system used by Samelogic Microsurveys.

🚀 Quick Links

✨ Features

Survey features include:

Fields/Question types

Each field type includes its own editor and input component.

  • Long Text
  • Multiple Choice

Additional features

  • Element Popup (survey modal pops up beside interacted element)

📦 Install

To use @samelogic/react-microsurvey in your project, install it via npm/yarn:

npm i @samelogic/react-microsurvey --save

then import the survey component into your JSX element:

import { Microsurvey } from '@samelogic/react-microsurvey'

const form = {}

const ref = useRef()

const App = () => <Microsurvey form={form} ref={ref} />

Development

Use NPM. npm i for setup.

Release

Releasing is done by github actions when a release is created on github.

0.10.13

3 years ago

0.10.11

4 years ago

0.10.10

4 years ago

0.10.9

4 years ago

0.10.8

4 years ago

0.10.7

4 years ago

0.10.5

4 years ago

0.10.4

4 years ago

0.10.3

4 years ago

0.10.2

4 years ago

0.10.0

4 years ago

0.10.1

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago