@dssd1001/wallet-adapter-ant-design
TypeScript icon, indicating that this package has built-in type declarations

0.9.5 • Public • Published

@dssd1001/wallet-adapter-ant-design

Quick Setup (using Create-React-App with craco-less)

See the example package for more usage.

Install

  1. Set up craco if you haven't already using the following guide.
  2. Add craco-less into the project yarn add craco-less.
    1. Add it to the craco.config.js file
      const CracoLessPlugin = require('craco-less');
      module.exports = {
          plugins: [
              {
                  plugin: CracoLessPlugin,
                  options: {
                      lessLoaderOptions: {
                          lessOptions: {
                              modifyVars: { '@primary-color': '#512da8' },
                              javascriptEnabled: true,
                          },
                      },
                  },
              },
          ],
      };
  3. Install these peer dependencies (or skip this if you have them already):
yarn add antd \
         @ant-design/icons \
         @solana/web3.js \
         react
  1. Install these dependencies:
yarn add @dssd1001/wallet-adapter-wallets \
         @dssd1001/wallet-adapter-react \
         @dssd1001/wallet-adapter-ant-design \
         @dssd1001/wallet-adapter-base

Usage

Check out usage in the example package.

Overrides

You can override the following elements from the stylesheet:

.wallet-adapter-icon
.wallet-adapter-modal-menu
.wallet-adapter-modal-menu-item
.wallet-adapter-modal-menu-button
.wallet-adapter-modal-menu-button-icon
.wallet-adapter-multi-button-menu
.wallet-adapter-multi-button-menu-item
.wallet-adapter-multi-button-menu-button
.wallet-adapter-multi-button-icon
.wallet-adapter-multi-button-item

Readme

Keywords

none

Package Sidebar

Install

npm i @dssd1001/wallet-adapter-ant-design

Weekly Downloads

1

Version

0.9.5

License

Apache-2.0

Unpacked Size

58.8 kB

Total Files

47

Last publish

Collaborators

  • dssd1001