@vesoft-inc/icons
v2.2.4
Published
Vesoft Icons
Downloads
224
Readme
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 package1.0.0
will be published as a normal package