Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.64 KB

File metadata and controls

48 lines (32 loc) · 1.64 KB

.Regen Domain Name Service

Preview Image

Built with:

  • Custom Solidity contracts
  • Chakra-ui
  • Typescript
  • WAGMI hooks

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Using create-next-app

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-chakra-ui with-chakra-ui-app
yarn create next-app --example with-chakra-ui with-chakra-ui-app
pnpm create next-app --example with-chakra-ui with-chakra-ui-app

Deploy it to the cloud with Vercel (Documentation).

Notes

Chakra has supported Gradients and RTL in v1.1. To utilize RTL, add RTL direction and swap.

If you don't have multi-direction app, you should make <Html lang="ar" dir="rtl"> inside _document.ts.