mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-16 01:41:14 +08:00
6db07ad916
* feat: add component modal * fix: adjust namespace and fix TAB keyboard bug * fix: reset package.json to cuueernt head * fix: remove antblazor.sln * refactor: using c# to control the display and hiding of modal
6 lines
95 B
C#
6 lines
95 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<Notification />
|
|
<Message />
|
|
<Comfirm /> |