@samelogic/react-microsurveys
TypeScript icon, indicating that this package has built-in type declarations

0.9.1 • Public • Published

@samelogic/react-microsurveys

This is the main entry-point to the Samelogic Microsurvey client and editor UI components.

Built on react and mui.

Usage

MicrosurveysClient

import { Form, MicrosurveyClient } from '@samelogic/react-microsurveys';

export interface PlaygroundProps {
  form: Form;
}

export const Playground: React.FC<MicrosurveyEditorProps> = ({ form }) => {
  return (
    <Grid container>
      <Grid item xs={6}>
        <Editor />
      </Grid>
      <Grid item xs={6}>
        <MicrosurveyClient form={form} />
      </Grid>
    </Grid>
  );
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.9.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.9.10
0.9.00
0.8.01
0.7.20
0.7.10
0.7.00
0.6.01
0.5.40
0.5.30
0.5.20
0.5.10
0.5.00
0.4.00
0.1.00
0.1.50
0.1.40
0.1.30
0.1.20
0.0.10

Package Sidebar

Install

npm i @samelogic/react-microsurveys

Weekly Downloads

2

Version

0.9.1

License

none

Unpacked Size

60.5 kB

Total Files

6

Last publish

Collaborators

  • dwaynesamuels
  • shawnmclean
  • njbrown