ant-design-pro-blazor icon indicating copy to clipboard operation
ant-design-pro-blazor copied to clipboard

👨🏻‍💻👩🏻‍💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.

Results 66 ant-design-pro-blazor issues
Sort by recently updated
recently updated
newest added

## Missing `RightContent.razor` step reproduce: 1. run `dotnet new antdesign -o AntProDemo --host=server` or `dotnet new antdesign -o AntProDemo --host=wasm` 2. it will create: ![image](https://user-images.githubusercontent.com/1829209/183374722-e3e226a9-6525-4738-997c-cc78906f448a.png) 3. you can see it...

If not updated, the following warning is shown: > dotnet watch ⌚ Warning NETSDK1174: The abbreviation of -p for --project is deprecated. Please use --project.

PR: reviewed-approved

AntDesign.ProLayout.BasicLayout 左侧菜单如何自动折叠? 目前demo点击多个菜单后全部展开了 不会自动折叠

左侧菜单不能自动折叠 切换菜单后上面的菜单没有折叠起来 ![image](https://user-images.githubusercontent.com/37821420/179941478-33e83961-ce11-45f3-81bd-51870d00f5cc.png)

Closes #127. _package.json_ and _package-lock.json_ files are copied to the output (`bin/Debug/net6/`) directory when `npm run start` is executed. They are also copied to the `dist/` directory when `npm run...

PR: unreviewed

![image](https://user-images.githubusercontent.com/30485698/170852988-427b1ad2-21cb-4746-8216-a4a200d3e58b.png)

GET https://localhost:5001/css/site.css net::ERR_ABORTED 404 GET https://localhost:5001/AntDesign.Pro.Template.styles.css net::ERR_ABORTED 404 ![image](https://user-images.githubusercontent.com/37821420/170666907-c9b47255-5fd8-4f64-8fce-849b288bbb1b.png)

Is there an example somewhere on how to use this? I want to change the current options that appear

_package.json_ and _package-lock.json_ files are copied to the output (`bin/Debug/net6/`) directory when `npm run start` is executed. They are also copied to the `dist/` directory when `npm run build` is...

截图如下: ![image](https://user-images.githubusercontent.com/64063254/140711832-2f950c46-7e41-430c-bc25-25b345275107.png) 另外: 能否在samples里增加国家化示例呢?