This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useState } from 'react'; | |
import ReactQuill from 'react-quill'; | |
import 'react-quill/dist/quill.snow.css'; // Quill theme CSS | |
import mammoth from 'mammoth'; // Mammoth.js for DOCX to HTML conversion | |
import { Box, Container, Typography, Button, CircularProgress, Snackbar, IconButton, Stack } from '@mui/material'; | |
import { styled } from '@mui/system'; | |
import Brightness4Icon from '@mui/icons-material/Brightness4'; // Icon for Dark Mode | |
import Brightness7Icon from '@mui/icons-material/Brightness7'; // Icon for Light Mode | |
const DocDataMerging = () => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
hi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<ol> | |
<li>One</li> |