This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(TCalendar): 新增 TCalendar 日历控件 (#307)
- Loading branch information
Showing
5 changed files
with
845 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
doc/TDesign.Docs.Shared/Pages/Components/Data/CalendarPage.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@page "/components/calendar" | ||
|
||
<PageHeader Title="Calendar 日历"> | ||
按照日历形式展示数据或日期的容器。 | ||
</PageHeader> | ||
|
||
<LayoutContent AnchorItems="@(new[]{"示例"})"> | ||
<Example Title="事项日历面板"> | ||
<Description>在日期中可显示事项的日期显示容器。常用于有足够空间,且需要承载或显示事项信息时使用。</Description> | ||
<RunContent> | ||
<TCalendar/> | ||
</RunContent> | ||
<CodeContent> | ||
@Code.Create(@" | ||
```cshtml-razor | ||
``` | ||
") | ||
</CodeContent> | ||
</Example> | ||
</LayoutContent> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.