babel-plugin-icon

1.0.2 • Public • Published

babel plugin for icon tree shaking

import { Icon } from "@ali/icon";
 
const Component = () => {
  return <Icon type="dpicon icon-right-arrow" />;
};
import { Icon } from "@ali/icon";
import { RightArrow } from "@ali/icon/svg";
 
const Component = () => {
  return <Icon type={RightArrow} />;
};

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-icon

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

27.3 kB

Total Files

7

Last publish

Collaborators

  • fengliner