This is a work in progress project that implements an Aptos Wallet Selector with Tailwind CSS styling.
Inspired by AWAS AntDesign
README.md
WalletSelect.tsx
from src/components
and paste into your project.Component
<WalletSelect />
has three (for now) optional dynamic props grid?: boolean
, message?: string
, link?: string
Quickly to change colors
of the component go to your tailwind.config.js
and paste skins with your own colors:
extend: {
colors: {
...
"btn-skin": colors.lime[400],
"bg-skin": colors.lime[200],
"txt-skin": colors.zinc[950],
...
},
},
Make it a module to import over npm
or yarn
Dynamic prop with color selection.
Dynamic prop with modal position left
right
centre
Dark // Light default themes.
Grid or Flex display switcher.