ant-design-blazor/components/core/AntContainer.razor

9 lines
169 B
C#

@namespace AntDesign
@inherits AntDomComponentBase
<Notification />
<Message />
<ComfirmContainer />
<DrawerContainer />
<ModalContainer />
<ImagePreviewContainer />