-
-
- Font
-
-
-
-
-
Color
-
-
-
{this.state.bgColor}
-
this.setState({ bgColor: e.target.value })}
- className="h-8 w-8 rounded"
+
+ Blog Title
+
-
-
+
+ Author
+ this.setState({ author: e.target.value })}
+ >
+
+
+
+
+
+
+
+ Font
+
+
+
+
+
Color
+
+
+ {this.state.bgColor}
+ this.setState({ bgColor: e.target.value })}
+ className="h-8 w-8 rounded"
+ />
+
+
+
+
-
- Icon
-
+
+ Icon
+
- {this.state.icon.label === 'custom' ?
-
- this.setState({ 'customIcon': URL.createObjectURL(e.target.files[0]) })}
- />
-
- :
-
- }
+ {this.state.icon.label === 'custom' ?
+
+ this.setState({ 'customIcon': URL.createObjectURL(e.target.files[0]) })}
+ />
+
+ :
+
+ }
-
+
-
-
Pattern
-
+
-
-
Theme
+
+ Theme
- this.setState({ theme: e.target.value })}
- value={this.state.theme}
+ this.setState({ theme: e.target.value })}
+ value={this.state.theme}
- className="focus:outline-none text-gray-700 text-xl p-2 rounded border">
-
-
-
-
-
+ className="focus:outline-none text-gray-700 text-xl p-2 rounded border">
+
+
+
+
+
-
-
+
+
-
+
-
-
Platform
+
+ Platform
- this.setState({ platform: e.target.value })}
- value={this.state.platform}
+ this.setState({ platform: e.target.value })}
+ value={this.state.platform}
- className="focus:outline-none text-gray-700 text-xl p-2 rounded border">
-
-
+ className="focus:outline-none text-gray-700 text-xl p-2 rounded border">
+
+
-
-
-
-
-
Made with 💖 by Rutik Wankhade
+
+
- {/*
+
+
+
+ {/*
Download As
this.setState({ download: e.target.value })}
className="form-control input"
@@ -256,21 +261,21 @@ class Editor extends React.Component {
-
+
-
-
- {/*
+