Jinget.Blazor
6.1.0
Prefix Reserved
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
<PackageReference Include="Jinget.Blazor" Version="6.1.0" />
paket add Jinget.Blazor --version 6.1.0
#r "nuget: Jinget.Blazor, 6.1.0"
// 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 | Versions 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. |
-
net6.0
- Blazor.Bootstrap (>= 1.10.4)
- Jinget.Core (>= 6.1.0)
- MudBlazor (>= 6.11.1)
- SkiaSharp (>= 2.88.6)
- Texnomic.Blazor.JsonViewer (>= 0.1.0)
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 | 73 | 10/14/2024 |
6.2.19-preview036 | 63 | 9/30/2024 |
6.2.19-preview035 | 92 | 9/10/2024 |
6.2.19-preview034 | 80 | 9/9/2024 |
6.2.19-preview033 | 82 | 9/1/2024 |
6.2.19-preview032 | 73 | 9/1/2024 |
6.2.19-preview031 | 75 | 8/31/2024 |
6.2.19-preview029 | 92 | 8/26/2024 |
6.2.19-preview028 | 100 | 8/26/2024 |
6.2.19-preview027 | 90 | 8/26/2024 |
6.2.19-preview026 | 107 | 8/21/2024 |
6.2.19-preview025 | 101 | 8/21/2024 |
6.2.19-preview024 | 102 | 8/19/2024 |
6.2.19-preview023 | 97 | 8/8/2024 |
6.2.19-preview022 | 98 | 8/8/2024 |
6.2.19-preview021 | 96 | 8/5/2024 |
6.2.19-preview020 | 77 | 8/5/2024 |
6.2.19-preview019 | 78 | 8/5/2024 |
6.2.19-preview018 | 70 | 8/3/2024 |
6.2.19-preview017 | 50 | 7/30/2024 |
6.2.19-preview016 | 58 | 7/29/2024 |
6.2.19-preview015 | 59 | 7/29/2024 |
6.2.19-preview014 | 73 | 7/26/2024 |
6.2.19-preview013 | 77 | 7/20/2024 |
6.2.19-preview012 | 76 | 7/20/2024 |
6.2.19-preview011 | 101 | 6/15/2024 |
6.2.19-preview010 | 94 | 6/14/2024 |
6.2.19-preview009 | 86 | 6/14/2024 |
6.2.19-preview008 | 91 | 6/13/2024 |
6.2.19-preview007 | 88 | 6/13/2024 |
6.2.19-preview006 | 82 | 6/13/2024 |
6.2.19-preview005 | 81 | 6/13/2024 |
6.2.19-preview004 | 87 | 6/13/2024 |
6.2.19-preview003 | 93 | 6/11/2024 |
6.2.19-preview002 | 93 | 6/8/2024 |
6.2.19-preview001 | 85 | 6/8/2024 |
6.2.18 | 129 | 6/6/2024 |
6.2.18-preview020 | 73 | 6/6/2024 |
6.2.18-preview019 | 95 | 6/6/2024 |
6.2.18-preview018 | 97 | 6/6/2024 |
6.2.18-preview017 | 106 | 6/2/2024 |
6.2.18-preview016 | 107 | 6/1/2024 |
6.2.18-preview015 | 94 | 5/28/2024 |
6.2.18-preview014 | 99 | 5/28/2024 |
6.2.18-preview013 | 106 | 5/28/2024 |
6.2.18-preview012 | 106 | 5/28/2024 |
6.2.18-preview011 | 92 | 5/26/2024 |
6.2.18-preview010 | 94 | 5/26/2024 |
6.2.18-preview009 | 93 | 5/26/2024 |
6.2.18-preview008 | 91 | 5/26/2024 |
6.2.18-preview007 | 107 | 5/22/2024 |
6.2.18-preview006 | 95 | 5/22/2024 |
6.2.18-preview005 | 99 | 5/19/2024 |
6.2.18-preview004 | 99 | 5/19/2024 |
6.2.18-preview003 | 100 | 5/19/2024 |
6.2.18-preview002 | 100 | 5/19/2024 |
6.2.17 | 118 | 5/19/2024 |
6.2.16 | 119 | 5/18/2024 |
6.2.15 | 106 | 5/18/2024 |
6.2.14 | 110 | 5/18/2024 |
6.2.13 | 103 | 5/17/2024 |
6.2.10 | 120 | 5/17/2024 |
6.2.9 | 103 | 5/12/2024 |
6.2.8 | 116 | 5/9/2024 |
6.2.7 | 115 | 5/9/2024 |
6.2.6 | 108 | 5/7/2024 |
6.2.5 | 117 | 4/24/2024 |
6.2.4 | 155 | 2/1/2024 |
6.2.3 | 86 | 2/1/2024 |
6.2.2 | 115 | 1/31/2024 |
6.2.1 | 136 | 1/23/2024 |
6.2.0 | 111 | 1/23/2024 |
6.2.0-preview013 | 99 | 1/19/2024 |
6.2.0-preview012 | 99 | 1/19/2024 |
6.2.0-preview011 | 116 | 1/18/2024 |
6.2.0-preview010 | 115 | 1/14/2024 |
6.2.0-preview009 | 118 | 1/11/2024 |
6.2.0-preview008 | 125 | 1/1/2024 |
6.2.0-preview007 | 95 | 1/1/2024 |
6.2.0-preview006 | 85 | 1/1/2024 |
6.2.0-preview005 | 109 | 1/1/2024 |
6.2.0-preview001 | 131 | 12/30/2023 |
6.1.0 | 214 | 12/2/2023 |