0.10.13 • Published 2 years ago

@samelogic/react-microsurvey v0.10.13

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.10.11

3 years ago

0.10.10

3 years ago

0.10.9

3 years ago

0.10.8

3 years ago

0.10.7

3 years ago

0.10.5

3 years ago

0.10.4

3 years ago

0.10.3

3 years ago

0.10.2

3 years ago

0.10.0

3 years ago

0.10.1

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago