Update Readme
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<Authors>SufiChain Team</Authors>
|
||||
<Product>SufiBlazor</Product>
|
||||
<Copyright>Copyright © Sufi Chain Intelligent Solutions $([System.DateTime]::Now.Year)</Copyright>
|
||||
<PackageProjectUrl>https://sabp.ir</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/sufi-platform/sufi-blazor.git</RepositoryUrl>
|
||||
<PackageProjectUrl>https://git.sabp.ir/sufi-chain/sufi-blazor</PackageProjectUrl>
|
||||
<RepositoryUrl>https://git.sabp.ir/sufi-chain/sufi-blazor.git</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# 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.
|
||||
|
||||
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`
|
||||
- `tests/SufiChain.SufiBlazor.Tests.csproj`
|
||||
|
||||
## Repository
|
||||
|
||||
The canonical Git repository is `https://git.sabp.ir/sufi-chain/sufi-blazor`.
|
||||
|
||||
## Where it can be used
|
||||
|
||||
You can use SufiBlazor in:
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
<!-- Package information -->
|
||||
<PackageId>SufiChain.SufiBlazor</PackageId>
|
||||
<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>
|
||||
<PackageReadmeFile Condition="Exists('$(MSBuildProjectDirectory)\README.md')">README.md</PackageReadmeFile>
|
||||
<PackageTags>blazor;components;ui;rtl;ltr;theming;css-variables;sufi;sabp</PackageTags>
|
||||
<PackageIcon>sufi-blazor-icon.png</PackageIcon>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
|
||||
<!-- Generate XML documentation -->
|
||||
@@ -26,8 +27,12 @@
|
||||
<PackageReference Include="Markdig" Version="1.1.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\README.md')">
|
||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||
<ItemGroup Condition="Exists('$(MSBuildProjectDirectory)\..\..\docs\assets\sufi-blazor-icon.png')">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user