SudoUser

Results 57 comments of SudoUser

We have planed to bundle a pure es-module dist file that contains all components with treeshaking ability but without css importion. User who uses strict node_module style import rules (such...

@nekocode 你是 ARM 的 mac 还是 Intel 的? ARM 的 Safari 16.5.1 复现了,但 intel 没有。。

Semi supports SSR from the beginning, Remix and Nextjs have strict node_module css import rules that prevent node_modules module import css in js file. It is nothing about SSR. Actually,...

Can you reopen the issue? @Rigel772

trigger={'custom'} visible={v} 然后用click 事件去修改 dropdown 的受控 v 来展开收起

欢迎贡献!❤ 分页的话,建议 Props 命名为 pagination,类型参考 Table 的 [pagination](https://semi.design/zh-CN/show/table#pagination),和 Table 类似,需要支持受控 滚动加载,建议 Props 命名为 loadMore,类型为函数,入参为当前页码和已加载的数量,return item数组 贡献合入Main 分支后,我们会在下个版本在官网 changelog 页面加入您的 github 信息,感谢您的贡献❤ @Yan-XiaoMing

其实你可以用上层的className 然后 className 里面的样式再选中semi 的 .semi-modal-content 的className 来修改样式

所以你是想去掉trigger,然后点击在哪就在哪弹窗?这个可以通过添加完全 absolute 定位的 width:0 height:0 的 trigger 放在点击处,然后受控弹出 popover 来间接实现

> ``` > https://codesandbox.io/s/romantic-goldberg-wcykww?file=/src/App.jsx > ``` 因为你是12月试的,所以11月是disabled,但是11月的时候,11月是enable 也切不过去。Demo 已经更新了