0.9.1 • Published 3 years ago
@samelogic/react-microsurveys v0.9.1
@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
3 years ago
0.9.0
3 years ago
0.8.0
3 years ago
0.7.2
3 years ago
0.7.1
3 years ago
0.7.0
3 years ago
0.6.0
3 years ago
0.5.4
3 years ago
0.5.3
3 years ago
0.5.2
3 years ago
0.5.1
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.1.0
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.0.1
3 years ago