Skip to content

Commit ace48ad

Browse files
Merge pull request #7 from Backiaraj/UG
Prepared UG samples for Blazor CheckBox, Chips and Carousel components
2 parents b853b8d + 5b4c71b commit ace48ad

File tree

176 files changed

+6220
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+6220
-6
lines changed

Card/Client/Pages/ActionButtons/Vertical.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ActionRoute></ActionRoute>
66

77
<SfCard ID="HugeImage" Orientation="CardOrientation.Vertical">
8-
<CardImage Image="images/cards/steven.png"/>
8+
<CardImage Image="css/images/cards/steven.png"/>
99
<CardHeader Title="Harrisburg Keith" SubTitle="CardSubTitle"/>
1010
<CardContent Content="Hi, I'm creative graphic design for print, new media based in Edenbridge"/>
1111
<CardFooter>

Card/Client/Pages/Header and Content/Content.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HeaderRoute></HeaderRoute>
55

66
<SfCard ID="HugeImage">
7-
<CardHeader Title="Laura Callahan" SubTitle="Sales Coordinator and Representative" ImageUrl="images/cards/football.png" />
7+
<CardHeader Title="Laura Callahan" SubTitle="Sales Coordinator and Representative" ImageUrl="css/images/cards/football.png" />
88
</SfCard>
99

1010
<SfCard ID="SecondCard">

Card/Client/Pages/Header and Content/Image.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<HeaderRoute></HeaderRoute>
55

66
<SfCard ID="HugeImage">
7-
<CardHeader Title="Laura Callahan" SubTitle="Sales Coordinator and Representative" ImageUrl="../images/cards/football.png" />
7+
<CardHeader Title="Laura Callahan" SubTitle="Sales Coordinator and Representative" ImageUrl="css/images/cards/football.png" />
88
</SfCard>
99
<SfCard ID="SecondCard">
10-
<CardHeader Title="Laura Callahan" SubTitle="Sales Coordinator and Representative" ImageUrl="images/cards/football.png" />
10+
<CardHeader Title="Laura Callahan" SubTitle="Sales Coordinator and Representative" ImageUrl="css/images/cards/football.png" />
1111
</SfCard>

Card/Client/Pages/HorizontalCards/StackedCards.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</SfCard>
1212
<style>
1313
.e-card-image {
14-
background: url('./sample.jpg');
14+
background: url('css/images/cards/steven.png');
1515
height: 160px;
1616
;
1717
}

Card/Client/Pages/Image and Divider/ImageDividerRoute.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<table>
22
<tr>
3-
<td><a href="Images">Images</a></td>
43
<td><a href="Title">Title</a></td>
54
<td><a href="Divider">Divider</a></td>
65
</tr>
File renamed without changes.
File renamed without changes.

Carousel/CarouselUGSample.sln

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.3.32819.101
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarouselUGSample.Server", "Server\CarouselUGSample.Server.csproj", "{68D4AD45-D43C-4314-8D21-98005C9024E4}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarouselUGSample.Client", "Client\CarouselUGSample.Client.csproj", "{AC80AC20-A11D-4B2B-91AC-881D1DF7F447}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarouselUGSample.Shared", "Shared\CarouselUGSample.Shared.csproj", "{1C2AD5BD-32B3-405C-AC1B-5CB31B629DD5}"
11+
EndProject
12+
Global
13+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
14+
Debug|Any CPU = Debug|Any CPU
15+
Release|Any CPU = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{68D4AD45-D43C-4314-8D21-98005C9024E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{68D4AD45-D43C-4314-8D21-98005C9024E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{68D4AD45-D43C-4314-8D21-98005C9024E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{68D4AD45-D43C-4314-8D21-98005C9024E4}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{AC80AC20-A11D-4B2B-91AC-881D1DF7F447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{AC80AC20-A11D-4B2B-91AC-881D1DF7F447}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{AC80AC20-A11D-4B2B-91AC-881D1DF7F447}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{AC80AC20-A11D-4B2B-91AC-881D1DF7F447}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{1C2AD5BD-32B3-405C-AC1B-5CB31B629DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{1C2AD5BD-32B3-405C-AC1B-5CB31B629DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{1C2AD5BD-32B3-405C-AC1B-5CB31B629DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{1C2AD5BD-32B3-405C-AC1B-5CB31B629DD5}.Release|Any CPU.Build.0 = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(SolutionProperties) = preSolution
32+
HideSolutionNode = FALSE
33+
EndGlobalSection
34+
GlobalSection(ExtensibilityGlobals) = postSolution
35+
SolutionGuid = {13137369-6483-4921-AB0D-FFA169D61D31}
36+
EndGlobalSection
37+
EndGlobal

Carousel/Client/App.razor

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Router AppAssembly="@typeof(App).Assembly">
2+
<Found Context="routeData">
3+
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4+
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
5+
</Found>
6+
<NotFound>
7+
<PageTitle>Not found</PageTitle>
8+
<LayoutView Layout="@typeof(MainLayout)">
9+
<p role="alert">Sorry, there's nothing at this address.</p>
10+
</LayoutView>
11+
</NotFound>
12+
</Router>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.8" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.8" PrivateAssets="all" />
12+
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="20.2.0.46" />
13+
<PackageReference Include="Syncfusion.Blazor.Themes" Version="20.2.0.46" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\Shared\CarouselUGSample.Shared.csproj" />
18+
</ItemGroup>
19+
20+
</Project>

0 commit comments

Comments
 (0)