0.0.49 • Published 4 months ago

crypto-token-icon v0.0.49

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Install package

yarn add @mui/icons-material @mui/material @emotion/styled @emotion/react crypto-token-icon

Structure

crypto-token-icon ⇒ For type and common components

crypto-token-icon/tokens ⇒ Icon for crypto tokens

crypto-token-icon/systems ⇒ Icon for crypto systems

crypto-token-icon/wallets ⇒ Icon for crypto wallets

crypto-token-icon/imageUrls ⇒ Url image png of tokens

Using nomal

import { IconKeplr } from 'crypto-token-icon/wallets';

function App() {
    return (
        <>
            <IconKeplr />
        </>
    );
}
import { IconHT, IconHTX } from 'crypto-token-icon/tokens';

function App() {
    return (
        <>
            <IconHT />
            <IconHTX />
        </>
    );
}

Incase unknow token name

import { Icon } from 'crypto-token-icon';

function App() {
    return (
        <>
            <Icon tokenName={'BTC'} sx={{ fontSize: '40px' }} />
            <Icon tokenName={'other string' as any} sx={{ fontSize: '40px' }} />
        </>
    );
}

Some useful type and data support

import { TokenName } from 'crypto-token-icon';

const x: TokenName = TokenName.BTC;
import { mapNameToIcon, SvgComponent } from 'crypto-token-icon';

const x: SvgComponent = mapNameToIcon['BTC'];
import { WalletName } from 'crypto-token-icon';

WalletName.metaMask;
import { IconAndName } from 'crypto-token-icon'

<IconAndName tokenName={TokenName.BTC} />
<IconAndName tokenName={TokenName.BTC} reverse={true} />
import { PNG_AAVE_ALLMODE } from 'crypto-token-icon/imageUrls';

Prepare when dev package

prepare for vite:

yarn add @types/node vite-plugin-dts
0.0.49

4 months ago

0.0.47

4 months ago

0.0.48

4 months ago

0.0.40

5 months ago

0.0.41

5 months ago

0.0.42

5 months ago

0.0.43

5 months ago

0.0.44

5 months ago

0.0.45

5 months ago

0.0.46

5 months ago

0.0.39

5 months ago

0.0.38

5 months ago

0.0.37

5 months ago

0.0.36

5 months ago

0.0.30

6 months ago

0.0.31

6 months ago

0.0.32

6 months ago

0.0.33

6 months ago

0.0.34

6 months ago

0.0.35

6 months ago

0.0.29

6 months ago

0.0.24

6 months ago

0.0.25

6 months ago

0.0.26

6 months ago

0.0.27

6 months ago

0.0.28

6 months ago

0.0.21

7 months ago

0.0.22

7 months ago

0.0.23

7 months ago

0.0.20

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.18

8 months ago

0.0.19

8 months ago

0.0.15

9 months ago

0.0.13

11 months ago

0.0.14

11 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago