blazor-pro-components icon indicating copy to clipboard operation
blazor-pro-components copied to clipboard

Pro Components of Blazor. 🏆 Use Ant Design like a Pro!

Results 12 blazor-pro-components issues
Sort by recently updated
recently updated
newest added

How to create MenuItemClick event ? < BasicLayout MenuData="MenuData" SiderWidth="300" > < BasicLayout />

I am so limited to my own technology, I can't provide PR, so I can only help the maintainer.

enhancement

Antd Pro will become a drawer effect on the mobile terminal. I tried to use the drawer component to achieve it, but the custom effect of the drawer component is...

PrimaryColor value does not take effect in pro layout theme in app settings. How can customize it? ![image](https://user-images.githubusercontent.com/86877735/136319716-a8a69473-e597-4097-a6b3-835d0d567fc7.png)

![image](https://user-images.githubusercontent.com/6771697/136059737-868c1090-d1ae-4107-8f08-e00bf0141866.png) The following error shows up in the DevTools Console: ![image](https://user-images.githubusercontent.com/6771697/136059976-4f9dbaac-2c1e-4db7-92f7-fc5a482cb645.png)

![image](https://user-images.githubusercontent.com/77319977/135421503-80a1b691-4fcd-4ad2-bfde-9c675b8ac838.png) 1.修改Collapsed属性默认值 并没有用

Hi maintainers, Could you add theme setting to the Page style setting like 2 themes (Compact and Aliyun) we have at Ant Design Blazor ? ![image](https://user-images.githubusercontent.com/10261012/125044705-6d7d3280-e0c6-11eb-8e22-e398b8b11b7b.png) Thanks.

enhancement

Left side menu using Accordion

PR: unreviewed

![OGW4N LO$TFKUR61Q4GX YX](https://user-images.githubusercontent.com/3870105/191157460-3d31442f-94ea-4719-bf41-c311e648adff.png) 我这里后台是多应用模式+共享左边的菜单。 应用切换后,菜单也会随之变化。 ``` ``` 当我topMenus(目前只有一级菜单)点击之后, leftMenus 会进行重新赋值。 左边的菜单内容会对应的刷新, 但是折叠状态依旧保留之间。 建议增加一个菜单折叠接口出来,或者内部判定当MenuData发生变化的时候, 重置菜单伸缩状态。