Skip to content

RohitKMahato/InvoiceForm

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

  • @vitejs/plugin-react uses Babel for Fast Refresh
  • @vitejs/plugin-react-swc uses SWC for Fast Refresh newTestInvoice/ └─ InvoiceForm/ ├─ .gitignore ├─ dist/ │ ├─ assets/ │ │ ├─ index-BZgdJSqg.js │ │ ├─ index-xFOivhlR.css │ │ ├─ index.es-BlSSqPzu.js │ │ └─ purify.es-C_uT9hQ1.js │ └─ index.html ├─ eslint.config.js ├─ index.html ├─ package-lock.json ├─ package.json ├─ postcss.config.js ├─ public/ ├─ README.md ├─ src/ │ ├─ App.css │ ├─ App.jsx │ ├─ assets/ │ │ └─ ogimage.png │ ├─ component/ │ │ ├─ ActionBtn.jsx │ │ ├─ BillingComponent.jsx │ │ ├─ FooterSec.jsx │ │ ├─ Form.jsx │ │ ├─ HeaderComponent.jsx │ │ ├─ InvoiceComponent.jsx │ │ ├─ InvoiceDetails.jsx │ │ ├─ InvoiceForm.jsx │ │ ├─ ItemTable.jsx │ │ ├─ MidComponent.jsx │ │ └─ Term&Cond.jsx │ ├─ index.css │ └─ main.jsx ├─ tailwind.config.js └─ vite.config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published