react-antd-icons
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
{ | ||
"name": "react-antd-icons", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./esm/index.js", |
@@ -22,5 +22,5 @@ # React Antd Icons | ||
import { AntdIcon } from 'react-antd-icons'; | ||
import { render } from 'ract-dom'; | ||
import { render } from 'react-dom'; | ||
render(<AntdIcon className={'my-icon'} type={'alibaba'} />, mountedNode); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16495