@vesoft-inc/icons
TypeScript icon, indicating that this package has built-in type declarations

2.2.4 • Public • Published

Usage

Public Icon library for vesoft visualization apps. Preview

# npm install --save @vesoft-inc/icons
pnpm install @vesoft-inc/icons
// vesoft-ab-testing --> <AbTesting />
// vesoft-expand-less-filled --> <ExpandLessFilled />
import { AbTesting } from '@vesoft-inc/icons';

const App = () => {
  return (
    <div>
      <AbTesting />
    </div>
  );
};

Build

npm install
npm run build

After the build process, the es directories will be generated.

Publish

# npm publish --tag beta
# npm publish

Auto Publish: push code to mian branch, github workflow will be triggered automatically.

  • 1.0.0-beta.x will be published as a beta package
  • 1.0.0 will be published as a normal package

Preview

Readme

Keywords

none

Package Sidebar

Install

npm i @vesoft-inc/icons

Weekly Downloads

67

Version

2.2.4

License

MIT

Unpacked Size

436 kB

Total Files

447

Last publish

Collaborators

  • riveryyyy
  • huaxiabuluo