From ae27a1eea6805cfff8bbb150e6f394260bc4dd17 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 11 Mar 2021 16:39:05 +0100 Subject: start footnot editor --- .../editor/footnotes/components/footnote.form.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 animism-align/frontend/app/views/editor/footnotes/components/footnote.form.js (limited to 'animism-align/frontend/app/views/editor/footnotes/components/footnote.form.js') diff --git a/animism-align/frontend/app/views/editor/footnotes/components/footnote.form.js b/animism-align/frontend/app/views/editor/footnotes/components/footnote.form.js new file mode 100644 index 0000000..3cd909d --- /dev/null +++ b/animism-align/frontend/app/views/editor/footnotes/components/footnote.form.js @@ -0,0 +1,19 @@ +import React, { Component } from 'react' + +export default class FootnoteForm extends Component { + state = { + editing: false, + } + + render() { + const { footnote, index } = this.props + return ( +
+
+ {index}{'. '} +
+
+
+ ) + } +} -- cgit v1.2.3-70-g09d2