Skip to content

Commit

Permalink
KYC and Payout components, and new demo site (#6)
Browse files Browse the repository at this point in the history
* KYC and Payout components, and new demo site

* remove comments

* pnpm

* changes

* fix

* fix

* fix ui

* try

* undo

* dark mode
  • Loading branch information
ielijose authored Oct 24, 2023
1 parent 5f9c115 commit f3e150a
Show file tree
Hide file tree
Showing 28 changed files with 3,346 additions and 976 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
node_modules
.cache
dist
.env
.env

16 changes: 11 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@
"preview": "vite preview"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.3",
"vite": "^4.2.0"
"vite": "^4.5.0"
}
}
}
Loading

1 comment on commit f3e150a

@vercel
Copy link

@vercel vercel bot commented on f3e150a Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noramp-kit – ./

noramp-kit-noramp.vercel.app
noramp-kit.vercel.app
noramp-kit-git-main-noramp.vercel.app

Please sign in to comment.