Skip to content

Commit

Permalink
878811: Readme file added
Browse files Browse the repository at this point in the history
  • Loading branch information
SumathiSumi committed May 22, 2024
1 parent 64d7d15 commit d86822c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
4 changes: 2 additions & 2 deletions UG-Samples/SymbolPalette/AnimationSupport/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#SearchOption Sample
#Animation Sample

This sample demonstrates how to include the search option in symbol palette.
This sample demonstrates how to enable animation in symbol palette.

Demo link:
https://blazor.syncfusion.com/demos/diagramcomponent/symbolpalette?theme=fluent
Expand Down
4 changes: 2 additions & 2 deletions UG-Samples/SymbolPalette/SearchTag/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#SearchOption Sample
#Search Tag Sample

This sample demonstrates how to include the search option in symbol palette.
This sample demonstrates how to add search tasg for symbols.

Demo link:
https://blazor.syncfusion.com/demos/diagramcomponent/symbolpalette?theme=fluent
Expand Down
25 changes: 25 additions & 0 deletions UG-Samples/SymbolPalette/SearchTag/SearchTag.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SearchTag", "SearchTag.csproj", "{C9C6CFD6-F0C1-448C-9240-544D086BDED4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9C6CFD6-F0C1-448C-9240-544D086BDED4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {657907A6-35EA-419F-9FC4-D711CF6BB21B}
EndGlobalSection
EndGlobal

0 comments on commit d86822c

Please sign in to comment.