add excel upload or design the front end
This commit is contained in:
21
src/admin/importExcel.jsx
Normal file
21
src/admin/importExcel.jsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import React from 'react'
|
||||
|
||||
function Importexcel() {
|
||||
return (
|
||||
<>
|
||||
<div className='w-50 border border rounded rounded-4 bg-white m-auto mt-5 p-3'>
|
||||
<center><h3 className='text-primary'>Uplaod Excel File</h3></center>
|
||||
<div className='form mt-3'>
|
||||
<div className='form-control p-3'>
|
||||
<input type="file" className='form-control' />
|
||||
<button className='btn btn-primary form-control mt-3'>Upload</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Importexcel
|
||||
Reference in New Issue
Block a user