@dragonchain-dev/dragon-kit-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Dragon Kit Icons

Icons for Dragonchain

Install

npm install dragon-kit-icons --save

or

yarn add dragon-kit-icons

Usage

import { Api } from 'dragon-kit-icons';

<Api />
<Api color='blue' />
<Api size='large' />
<Api size='xlarge' />

View icons for available icons.

Component Props

Size Options

Name Size
small 12px
medium 24px
large 48px
xlarge 96px

Color Options

Name Color Value
default #dddddd
blue #2196f3
dark-blue #02173e
alert #ff3333
white #fff

Build

To build this library, execute the following commands:

  1. Install NPM modules
$ npm install (or yarn install)
  1. Run pack and generate icons
$ npm run build

Storybook

To run storybook,

  1. Install NPM modules
$ npm install (or yarn install)
  1. Run storybook
$ npm run storybook

Readme

Keywords

none

Package Sidebar

Install

npm i @dragonchain-dev/dragon-kit-icons

Weekly Downloads

0

Version

1.0.1

License

none

Unpacked Size

722 kB

Total Files

170

Last publish

Collaborators

  • taw1313
  • dragonchain-service-user