0.11.32 • Published 4 months ago

@solana/wallet-adapter-ant-design v0.11.32

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

@solana/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 npm install --save 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):
npm install --save \
    antd \
    @ant-design/icons \
    @solana/web3.js \
    react
  1. Install these dependencies:
npm install --save \
    @solana/wallet-adapter-wallets \
    @solana/wallet-adapter-react \
    @solana/wallet-adapter-ant-design \
    @solana/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
0.11.32

4 months ago

0.11.29

10 months ago

0.11.30

10 months ago

0.11.31

9 months ago

0.11.30-alpha.2

10 months ago

0.11.30-alpha.3

10 months ago

0.11.29-alpha.0

11 months ago

0.11.29-alpha.1

11 months ago

0.11.26

1 year ago

0.11.27

1 year ago

0.11.28

1 year ago

0.11.25

1 year ago

0.11.21

1 year ago

0.11.22

1 year ago

0.11.23

1 year ago

0.11.24

1 year ago

0.11.16-rc.9

2 years ago

0.11.20

1 year ago

0.11.16-rc.5

2 years ago

0.11.16-rc.7

2 years ago

0.11.16-rc.8

2 years ago

0.11.16-rc.1

2 years ago

0.11.16-rc.2

2 years ago

0.11.16-rc.3

2 years ago

0.11.16-rc.4

2 years ago

0.11.16-rc.0

2 years ago

0.11.19

2 years ago

0.11.15

2 years ago

0.11.17

2 years ago

0.11.18

2 years ago

0.11.13

2 years ago

0.11.14

2 years ago

0.11.12-alpha.0

2 years ago

0.11.11

2 years ago

0.11.12

2 years ago

0.11.8

2 years ago

0.11.9

2 years ago

0.11.6

2 years ago

0.11.7

2 years ago

0.11.10

2 years ago

0.11.5

2 years ago

0.11.4

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.11.2

2 years ago

0.11.3

2 years ago

0.10.0

2 years ago

0.9.1

3 years ago

0.2.2

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago