0.9.1 • Published 1 year ago

@samelogic/react-microsurveys v0.9.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@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>
  );
};
0.9.1

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.1.0

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.0.1

2 years ago