Update Readme
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<Authors>SufiChain Team</Authors>
|
<Authors>SufiChain Team</Authors>
|
||||||
<Product>SufiBlazor</Product>
|
<Product>SufiBlazor</Product>
|
||||||
<Copyright>Copyright © Sufi Chain Intelligent Solutions $([System.DateTime]::Now.Year)</Copyright>
|
<Copyright>Copyright © Sufi Chain Intelligent Solutions $([System.DateTime]::Now.Year)</Copyright>
|
||||||
<PackageProjectUrl>https://sabp.ir</PackageProjectUrl>
|
<PackageProjectUrl>https://git.sabp.ir/sufi-chain/sufi-blazor</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/sufi-platform/sufi-blazor.git</RepositoryUrl>
|
<RepositoryUrl>https://git.sabp.ir/sufi-chain/sufi-blazor.git</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# SufiBlazor
|
# SufiBlazor
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[](LICENSE)
|
||||||
|
[](https://git.sabp.ir/sufi-chain/sufi-blazor)
|
||||||
|
|
||||||
SufiBlazor is an independent Blazor UI component library and design system for ASP.NET Core 10+ applications. It can be used inside Sufi Platform, but it is not tied to Sufi Platform, ABP, Wish Theme, or any other third-party application framework. Any Blazor project that targets modern ASP.NET Core can use it as its primary UI layer.
|
SufiBlazor is an independent Blazor UI component library and design system for ASP.NET Core 10+ applications. It can be used inside Sufi Platform, but it is not tied to Sufi Platform, ABP, Wish Theme, or any other third-party application framework. Any Blazor project that targets modern ASP.NET Core can use it as its primary UI layer.
|
||||||
|
|
||||||
For Sufi Platform, SufiBlazor is the default component system used by generated hosts and first-party modules. Outside Sufi Platform, it can still be adopted on its own as a self-contained component library for forms, data display, overlays, navigation, theming, RTL support, and application-level UI composition.
|
For Sufi Platform, SufiBlazor is the default component system used by generated hosts and first-party modules. Outside Sufi Platform, it can still be adopted on its own as a self-contained component library for forms, data display, overlays, navigation, theming, RTL support, and application-level UI composition.
|
||||||
@@ -25,6 +30,10 @@ The solution contains:
|
|||||||
- `src/SufiChain.SufiBlazor.Demo/SufiChain.SufiBlazor.Demo.csproj`
|
- `src/SufiChain.SufiBlazor.Demo/SufiChain.SufiBlazor.Demo.csproj`
|
||||||
- `tests/SufiChain.SufiBlazor.Tests.csproj`
|
- `tests/SufiChain.SufiBlazor.Tests.csproj`
|
||||||
|
|
||||||
|
## Repository
|
||||||
|
|
||||||
|
The canonical Git repository is `https://git.sabp.ir/sufi-chain/sufi-blazor`.
|
||||||
|
|
||||||
## Where it can be used
|
## Where it can be used
|
||||||
|
|
||||||
You can use SufiBlazor in:
|
You can use SufiBlazor in:
|
||||||
|
|||||||
@@ -8,8 +8,9 @@
|
|||||||
<!-- Package information -->
|
<!-- Package information -->
|
||||||
<PackageId>SufiChain.SufiBlazor</PackageId>
|
<PackageId>SufiChain.SufiBlazor</PackageId>
|
||||||
<Description>SufiBlazor - A modern, RTL/LTR-aware Blazor component library with comprehensive theming support.</Description>
|
<Description>SufiBlazor - A modern, RTL/LTR-aware Blazor component library with comprehensive theming support.</Description>
|
||||||
<PackageTags>blazor;components;ui;rtl;ltr;theming;css-variables</PackageTags>
|
<PackageTags>blazor;components;ui;rtl;ltr;theming;css-variables;sufi;sabp</PackageTags>
|
||||||
<PackageReadmeFile Condition="Exists('$(MSBuildProjectDirectory)\README.md')">README.md</PackageReadmeFile>
|
<PackageIcon>sufi-blazor-icon.png</PackageIcon>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
|
||||||
<!-- Generate XML documentation -->
|
<!-- Generate XML documentation -->
|
||||||
@@ -26,8 +27,12 @@
|
|||||||
<PackageReference Include="Markdig" Version="1.1.3" />
|
<PackageReference Include="Markdig" Version="1.1.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\README.md')">
|
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\..\..\docs\assets\sufi-blazor-icon.png')">
|
||||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
<None Include="..\..\docs\assets\sufi-blazor-icon.png" Pack="true" PackagePath="\" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\..\..\docs\assets\sufi-blazor-light-bg.png')">
|
||||||
|
<None Include="..\..\docs\assets\sufi-blazor-light-bg.png" Pack="true" PackagePath="docs\assets\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user