AnnotationForm
Home > @anocca/sequence-viewer-react-mui-formik-form > AnnotationForm
Form component to create or edit an Annotation.
Built with material UI and formik.
Usage:
<AnnotationForm
title="Create annotation"
onSubmit={() => {}}
initialValues={{}}
/>
See AnnotationFormProps, Annotation
Signature:
AnnotationForm: ({ onSubmit, initialValues, title }: AnnotationFormProps) => JSX.Element