Jinget.Blazor 6.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Jinget.Blazor --version 6.1.0                
NuGet\Install-Package Jinget.Blazor -Version 6.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jinget.Blazor" Version="6.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jinget.Blazor --version 6.1.0                
#r "nuget: Jinget.Blazor, 6.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jinget.Blazor as a Cake Addin
#addin nuget:?package=Jinget.Blazor&version=6.1.0

// Install Jinget.Blazor as a Cake Tool
#tool nuget:?package=Jinget.Blazor&version=6.1.0                

Jinget Blazor

Blazor components optimised for RTL languaged such as Farsi, Arabic etc.

Components list:

  • Captcha
  • Jalali Date Picker (On the way to open source)
  • Jalali Date Range Picker (On the way to open source)
  • Message Box (On the way to open source)
  • Modal (On the way to open source)
  • List (On the way to open source)
  • Table (On the way to open source)
  • Dynamic Form (On the way to open source)

How to Use:

Download the package from NuGet using Package Manager: Install-Package Jinget.Blazor You can also use other methods supported by NuGet. Check Here for more information.

Configuration

Jinget Captcha component

References:

Add reference to jinget.core.css in your _Host.razor or App.razor files.

<link href="_content/Jinget.Blazor/css/jinget.core.css" rel="stylesheet" />

Add the JingetCaptcha to your page and start using it;-)

<JingetCaptcha Width="200"
               Height="50"
               CharCount="5"
               CharSetType="CharSetTypeOptions.EnglishCharsPlusDigit"
               ContentCaseSensitivity="CharSetCaseSensitivityOptions.IgnoreCase"
               CaseSesitiveComparison=false>
</JingetCaptcha>

Parameters:

Width: Captcha image box width. Default is 170.

Height: Captcha image box height. Default is 40.

CharCount: Total number of characters to be rendered in image. Default value is 5. The value should be greater than 0 otherwise it will be replaced by 5

CharSetType: Set the character set used for rendering the image. Default is DigitOnly. Supported values are: DigitOnly, EnglishCharsOnly, FarsiCharsOnly, EnglishCharsPlusDigit, FarsiCharsPlusDigit, EnglishCharsPlusFarsiChars, BlendAll, Custom

ContentCaseSensitivity: Set the character set case sensitivity used for rendering the image. This property is only applied to the English characters. Default value is IgnoreCase. Supported values are: UpperCaseOnly, LowerCaseOnly, IgnoreCase

CaseSesitiveComparison: Check if the input captcha text validation should be done in case sensitive or case insensitive manner.

CustomCharSet: If ContentCharsType is set to Custom then characters provided by CustomCharSet will be used to render the image.

IsRtlCharSet: If RTL language's character set is being used(such as Farsi, Arabic, etc), this property should be set to true.

FontFamilies: Sets the Font families used for drawing the text inside the image. Default Values are: Arial, Tahoma and Times New Roman

Callbacks:

CaptchaChanged: Fires a callback whenever the captcha image is changed

Methods:

IsValid: Checks if the given input text is squal to the image's text

GetNewCaptchaAsync: Draw a new captcha image


How to install

In order to install Jinget Blazor please refer to nuget.org

Contact Me

👨‍💻 Twitter: https://twitter.com/_jinget

📧 Email: farahmandian2011@gmail.com

📣 Instagram: https://www.instagram.com/vahidfarahmandian

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.19-preview037 89 10/14/2024
6.2.19-preview036 75 9/30/2024
6.2.19-preview035 105 9/10/2024
6.2.19-preview034 94 9/9/2024
6.2.19-preview033 93 9/1/2024
6.2.19-preview032 85 9/1/2024
6.2.19-preview031 86 8/31/2024
6.2.19-preview029 98 8/26/2024
6.2.19-preview028 110 8/26/2024
6.2.19-preview027 101 8/26/2024
6.2.19-preview026 120 8/21/2024
6.2.19-preview025 111 8/21/2024
6.2.19-preview024 110 8/19/2024
6.2.19-preview023 109 8/8/2024
6.2.19-preview022 108 8/8/2024
6.2.19-preview021 106 8/5/2024
6.2.19-preview020 85 8/5/2024
6.2.19-preview019 89 8/5/2024
6.2.19-preview018 82 8/3/2024
6.2.19-preview017 63 7/30/2024
6.2.19-preview016 68 7/29/2024
6.2.19-preview015 67 7/29/2024
6.2.19-preview014 83 7/26/2024
6.2.19-preview013 88 7/20/2024
6.2.19-preview012 85 7/20/2024
6.2.19-preview011 110 6/15/2024
6.2.19-preview010 103 6/14/2024
6.2.19-preview009 96 6/14/2024
6.2.19-preview008 103 6/13/2024
6.2.19-preview007 101 6/13/2024
6.2.19-preview006 94 6/13/2024
6.2.19-preview005 91 6/13/2024
6.2.19-preview004 99 6/13/2024
6.2.19-preview003 105 6/11/2024
6.2.19-preview002 110 6/8/2024
6.2.19-preview001 97 6/8/2024
6.2.18 171 6/6/2024
6.2.18-preview020 82 6/6/2024
6.2.18-preview019 102 6/6/2024
6.2.18-preview018 112 6/6/2024
6.2.18-preview017 113 6/2/2024
6.2.18-preview016 118 6/1/2024
6.2.18-preview015 105 5/28/2024
6.2.18-preview014 118 5/28/2024
6.2.18-preview013 115 5/28/2024
6.2.18-preview012 117 5/28/2024
6.2.18-preview011 99 5/26/2024
6.2.18-preview010 103 5/26/2024
6.2.18-preview009 102 5/26/2024
6.2.18-preview008 99 5/26/2024
6.2.18-preview007 116 5/22/2024
6.2.18-preview006 103 5/22/2024
6.2.18-preview005 108 5/19/2024
6.2.18-preview004 108 5/19/2024
6.2.18-preview003 108 5/19/2024
6.2.18-preview002 109 5/19/2024
6.2.17 134 5/19/2024
6.2.16 132 5/18/2024
6.2.15 118 5/18/2024
6.2.14 125 5/18/2024
6.2.13 116 5/17/2024
6.2.10 140 5/17/2024
6.2.9 116 5/12/2024
6.2.8 127 5/9/2024
6.2.7 126 5/9/2024
6.2.6 121 5/7/2024
6.2.5 126 4/24/2024
6.2.4 166 2/1/2024
6.2.3 95 2/1/2024
6.2.2 124 1/31/2024
6.2.1 145 1/23/2024
6.2.0 122 1/23/2024
6.2.0-preview013 106 1/19/2024
6.2.0-preview012 106 1/19/2024
6.2.0-preview011 125 1/18/2024
6.2.0-preview010 122 1/14/2024
6.2.0-preview009 125 1/11/2024
6.2.0-preview008 132 1/1/2024
6.2.0-preview007 102 1/1/2024
6.2.0-preview006 94 1/1/2024
6.2.0-preview005 116 1/1/2024
6.2.0-preview001 140 12/30/2023
6.1.0 224 12/2/2023