ant-design-blazor/components/core/AntContainer.razor
James Yeung c9656ca227 feat(module: image): add image component (#1038)
* feat(module: image): add image

* add image preview

* add locale
2021-01-25 02:05:18 +08:00

9 lines
169 B
C#

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