mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 04:58:05 +08:00
parent
3909e2c9d3
commit
095fd1bae2
BIN
docs/assets/news/reuse-tabs-demo.gif
Normal file
BIN
docs/assets/news/reuse-tabs-demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
@ -1,10 +1,10 @@
|
||||
[
|
||||
{
|
||||
"title": "The Story behind Ant Design 1.0: Turn Art into Technology",
|
||||
"description": "🌺 While Ant Design is a design system, Ant Designers are a group of people. This article will tell you the story behind Ant Design 1.0.",
|
||||
"img": "https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*h21tT45dgD8AAAAAAAAAAABkARQnAQ",
|
||||
"href": "https://zhuanlan.zhihu.com/p/104027273",
|
||||
"popularize": true
|
||||
"title": "Ant Design Blazor Reuse Tabs",
|
||||
"description": "The Blazor community has been clamouring for multiple tabs for over a year now, and it's been quite an achievement to finally implement a ReuseTabs component based on the Tabs component in conjunction with Blazor's built-in routing component in the last few days.",
|
||||
"img": "/docs/assets/news/reuse-tabs-demo.gif",
|
||||
"href": "https://github.com/ant-design-blazor/demo-reuse-tabs",
|
||||
"popularize": false
|
||||
},
|
||||
{
|
||||
"title": "Ant Design Pro V5 has Supported Preview!",
|
||||
|
@ -1,16 +1,16 @@
|
||||
[
|
||||
{
|
||||
"title": "【入门系列教程】进击吧!Blazor",
|
||||
"description": "从 9 月份开始,Ant Design Blazor 团队携手微软 MVP 张善友,在 Reactor 上海举办了一系列的 Blazor 入门教程,一共 7 期,带领大家掌握 Blazor!。主讲人是张善友和 Ant Design Blazor 贡献者陈超超,主持人是董斌。",
|
||||
"img": "/docs/assets/news/attack-blazor.jpg",
|
||||
"href": "https://space.bilibili.com/483888821/channel/detail?cid=151273",
|
||||
"title": "Ant Design Blazor 路由复用多标签页介绍",
|
||||
"description": "Blazor 社区中对多标签页的呼声有一年多了,这几天终于结合 Blazor 内置路由组件实现了基于 Tabs 组件的 ReuseTabs 组件,国内外的社区都一片欢腾,也是颇有成就感的。",
|
||||
"img": "/docs/assets/news/reuse-tabs-demo.gif",
|
||||
"href": "https://mp.weixin.qq.com/s/J1vQv_YHUDx6ignlvVVDXA",
|
||||
"popularize": false
|
||||
},
|
||||
{
|
||||
"title": "从 HelloWorld 到 AntDesign,Blazor 将 .NET 带到现代前端圈",
|
||||
"description": "7月11日,Ant Design Blazor 团队与 Reactor 上海合作的一场 Blazor 专题在线分享。内容从 Blazor 的整体介绍到与其他前端框架的横向对比,从 Hello World 到 Ant Design 入门实战,不要错过了哦!",
|
||||
"img": "/docs/assets/news/blazor-07.jpg",
|
||||
"href": "https://www.bilibili.com/video/BV17z4y1Q7cJ",
|
||||
"title": "【入门系列教程】进击吧!Blazor",
|
||||
"description": "从去年 9 月份开始,Ant Design Blazor 团队携手微软 MVP 张善友,在 Reactor 上海举办了一系列的 Blazor 入门教程,一共 7 期,带领大家掌握 Blazor!。主讲人是张善友和 Ant Design Blazor 贡献者陈超超,主持人是董斌。",
|
||||
"img": "/docs/assets/news/attack-blazor.jpg",
|
||||
"href": "https://space.bilibili.com/483888821/channel/detail?cid=151273",
|
||||
"popularize": false
|
||||
},
|
||||
{
|
||||
|
@ -76,6 +76,7 @@
|
||||
{
|
||||
//Arrange
|
||||
JSInterop.SetupVoid(JSInteropConstants.AddPreventKeys, _ => true);
|
||||
JSInterop.SetupVoid(JSInteropConstants.InvokeTabKey, _ => true);
|
||||
|
||||
DateTime? value = null;
|
||||
var cut = Render<AntDesign.DatePicker<DateTime?>>(@<DatePicker @bind-Value="@value"/>);
|
||||
|
Loading…
Reference in New Issue
Block a user