Go to file
Tyler Shipe 9e67c147bf fee discount tables and more theming 2021-04-12 23:39:08 -04:00
@types add recent market trades box 2021-04-05 16:48:24 -04:00
components fee discount tables and more theming 2021-04-12 23:39:08 -04:00
hooks fee discount tables and more theming 2021-04-12 23:39:08 -04:00
pages Add switch component and replaced classes with theme vars 2021-04-12 18:15:15 -04:00
public create next app with trading view form and orderbook 2021-03-30 18:47:08 -04:00
stores fee discount tables and more theming 2021-04-12 23:39:08 -04:00
styles support for more than two themes 2021-04-12 23:32:01 +10:00
test fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
utils fee discount tables and more theming 2021-04-12 23:39:08 -04:00
.babelrc remove xwind and convert to className prop 2021-04-12 12:49:02 -04:00
.eslintignore fixes for husky commit hooks 2021-04-10 11:56:14 -04:00
.eslintrc.json add trade form component 2021-04-02 14:26:21 -04:00
.gitignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.prettierignore Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
.prettierrc Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
README.md Update README.md 2021-04-10 17:40:29 -04:00
jest.config.js Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
next-env.d.ts Initial commit from Create Next App 2021-03-26 12:44:55 -04:00
next.config.js add trade form component 2021-04-02 14:26:21 -04:00
package.json remove xwind and convert to className prop 2021-04-12 12:49:02 -04:00
postcss.config.js support for more than two themes 2021-04-12 23:32:01 +10:00
tailwind.config.js Add switch component and replaced classes with theme vars 2021-04-12 18:15:15 -04:00
tsconfig.json fee discount tables and more theming 2021-04-12 23:39:08 -04:00
yarn.lock remove xwind and convert to className prop 2021-04-12 12:49:02 -04:00

README.md

Mango UI V2

Uses:

ToDo:

  • Create popup notification messages and wire up to notify()
  • Add logo and mark price to browser tab
  • Finish migrating TradeForm from Ant to Tailwind
  • Wire up cancel order in Open Orders

Run

yarn
yarn dev