-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
重现链接或代码
import React from 'react'
import ReactDOM from 'react-dom'
import {Icon, ConfigProvider} from '@kdcloudjs/kdesign'
const Demo = () => {
return (
<>
<ConfigProvider value={{prefixCls: 'any'}}>
<Icon type="search" />
<Icon type="search" rotate={90} />
</ConfigProvider>
</>
)
}
ReactDOM.render(<Demo />, mountNode)
重现问题步骤
icon的样式前缀无法更改
期望的结果是什么
实际的结果是什么
组件库版本号、浏览器信息
组件库与浏览器均为最新版本
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working