Jinget.Blazor 6.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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. 
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-preview011 69 6/15/2024
6.2.19-preview010 64 6/14/2024
6.2.19-preview009 59 6/14/2024
6.2.19-preview008 64 6/13/2024
6.2.19-preview007 58 6/13/2024
6.2.19-preview006 57 6/13/2024
6.2.19-preview005 56 6/13/2024
6.2.19-preview004 59 6/13/2024
6.2.19-preview003 63 6/11/2024
6.2.19-preview002 62 6/8/2024
6.2.19-preview001 58 6/8/2024
6.2.18 79 6/6/2024
6.2.18-preview020 63 6/6/2024
6.2.18-preview019 61 6/6/2024
6.2.18-preview018 68 6/6/2024
6.2.18-preview017 79 6/2/2024
6.2.18-preview016 78 6/1/2024
6.2.18-preview015 80 5/28/2024
6.2.18-preview014 74 5/28/2024
6.2.18-preview013 76 5/28/2024
6.2.18-preview012 78 5/28/2024
6.2.18-preview011 65 5/26/2024
6.2.18-preview010 62 5/26/2024
6.2.18-preview009 66 5/26/2024
6.2.18-preview008 70 5/26/2024
6.2.18-preview007 74 5/22/2024
6.2.18-preview006 70 5/22/2024
6.2.18-preview005 76 5/19/2024
6.2.18-preview004 69 5/19/2024
6.2.18-preview003 71 5/19/2024
6.2.18-preview002 73 5/19/2024
6.2.17 90 5/19/2024
6.2.16 88 5/18/2024
6.2.15 90 5/18/2024
6.2.14 81 5/18/2024
6.2.13 84 5/17/2024
6.2.10 89 5/17/2024
6.2.9 76 5/12/2024
6.2.8 89 5/9/2024
6.2.7 93 5/9/2024
6.2.6 94 5/7/2024
6.2.5 92 4/24/2024
6.2.4 128 2/1/2024
6.2.3 78 2/1/2024
6.2.2 83 1/31/2024
6.2.1 103 1/23/2024
6.2.0 85 1/23/2024
6.2.0-preview013 58 1/19/2024
6.2.0-preview012 55 1/19/2024
6.2.0-preview011 66 1/18/2024
6.2.0-preview010 76 1/14/2024
6.2.0-preview009 73 1/11/2024
6.2.0-preview008 87 1/1/2024
6.2.0-preview007 64 1/1/2024
6.2.0-preview006 60 1/1/2024
6.2.0-preview005 79 1/1/2024
6.2.0-preview001 84 12/30/2023
6.1.0 200 12/2/2023