Mint.Software.Blazor.Modal
by: Mint.Software.Blazor.Modal
- 254 total downloads
- Latest version: 8.0.0
# Mint.Software.Blazor.Modal
**How to use:**
1. add to startup `services.AddBlazoredModal();`
2. add to _Import `@using Mint.Software.Blazor.Modal`
3. add to Layout ` <BlazoredModal/>`
**To call on page**
1. add ` [Inject] IModalService Modal { get; set; }`
2. show `Modal.Show<{{RazorComponent}}>({{params}});`
Mint.Software.Blazor.PhoneJS.Pack
by: Mint.Software.Blazor.PhoneJS
- 64 total downloads
- Latest version: 1.0.1
# Mint.Software.Blazor.PhoneJS
How to use?
1. In _Host.cshtml
<!-- Quill library -->
<script src="_content/Mint.Software.Blazor.PhoneJS.Pack/js/IMask.js"></script>
<script src="_content/Mint.Software.Blazor.PhoneJS.Pack/js/main.js"></script>
2. In page
` @using Mint.Software.Blazor.PhoneJS
`
InputPhoneMask @bind-CurrentMaskValue="phone2" Mask="+{48} 000 000-00-00"/>
<div class="admin-login-keys-container">
@for (int i = 1; i < 11; i++)
{
<div class="keyboard-button admin-login-key-width">
@{int key = i % 10; }
<div class="keyboard-key" @onclick="()=> { OnKeyClick(key.ToString()); }">
@key
</div>
</div>
}
</div>
@code{
private string phone2;
protected void ClearLastCharacter()
{
if (!string.IsNullOrEmpty(phone2))
{
phone2 = phone2.Remove(phone2.Length - 1);
}
}
protected void OnKeyClick(string key)
{
phone2 += key;
}
}
Mint.Software.Blazor.ReconnectionHandler
by: Mint.Software.Blazor.ReconnectionHandler
- 347 total downloads
- Latest version: 8.0.0
Package Description
Mint.Software.Blazor.RippleClick
by: Mint.Software.Blazor.RippleClick
- 127 total downloads
- Latest version: 1.0.2
In Host file add '@Html.AddRippleClick()'
Mint.Software.Blazor.Tabs
by: Mint.Software.Blazor.Tabs
- 124 total downloads
- Latest version: 2.0.0
add to _Imports.cshtml
@using Mint.Software.Blazor.Tabs
to page :
<TabSet DefaultTab(int) SelectedTab(int) >
<Tab Title(string) CssClass(string)></Tab>
</TabSet>
Mint.Software.Blazor.TextEditor.Pack
by: Ksenia
- 27 total downloads
- Latest version: 1.0.0
# Mint.Software.Blazor.TextEditor
How to use?
1. In _Host.cshtml
<!-- Quill stylesheet -->
<link href="//cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<link href="//cdn.quilljs.com/1.3.6/quill.bubble.css" rel="stylesheet">
<!-- Quill library -->
<script src="_content/Mint.Software.Blazor.TextEditor.Pack/quill.js"></script>
<script src="_content/Blazored.TextEditor/quill-blot-formatter.min.js"></script>
<script src="_content/Blazored.TextEditor/Blazored-BlazorQuill.js"></script>
2. In page
` @using Mint.Software.Blazor.TextEditor`
`
<TextEditor @ref="@QuillHtml">
<ToolbarContent>
<select class="ql-header">
<option selected=""></option>
<option value="1"></option>
<option value="2"></option>
<option value="3"></option>
<option value="4"></option>
<option value="5"></option>
</select>
<span class="ql-formats">
<button class="ql-bold"></button>
<button class="ql-italic"></button>
<button class="ql-underline"></button>
<button class="ql-strike"></button>
</span>
<span class="ql-formats">
<select class="ql-color"></select>
<select class="ql-background"></select>
</span>
<span class="ql-formats">
<button class="ql-list" value="ordered"></button>
<button class="ql-list" value="bullet"></button>
</span>
<span class="ql-formats">
<button class="ql-link"></button>
</span>
</ToolbarContent>
<EditorContent>
<h4>This Toolbar works with HTML</h4>
<a href="http://BlazorHelpWebsite.com">
BlazorHelpWebsite.com
</a>
</EditorContent>
</TextEditor>
@code
{
TextEditor QuillHtml;
}`
Mint.Software.Blazor.Toast
by: Mint.Software.Blazor.Toast
- 240 total downloads
- Latest version: 8.0.0
@inject IToastService ToastService;
ToastService.ShowError("Hello", "Test");
Mint.Software.Blazor.TreeView.Pack
by: Ksenia =)
- 77 total downloads
- Latest version: 1.0.4
Mint.Software.Blazor.TreeView
To use: add in _Imports.razor
@using Mint.Software.Blazor.TreeView
Mint.Software.EuSignCpWrapper
by: Mint.Software.EuSignCpWrapper
- 214 total downloads
- Latest version: 1.0.36
Package Description
Mint.Software.EuSignCpWrapper.Entities
by: Mint.Software.EuSignCpWrapper.Entities
- 183 total downloads
- Latest version: 1.0.18
Package Description
Mint.Software.HardwareId
by: Mint.Software.HardwareId
- 138 total downloads
- Latest version: 2.0.6
Hardware Id generator for licenses.
Mint.Software.License
by: Mint.Software.License
- 105 total downloads
- Latest version: 1.0.10
Package Description
Mint.Software.License.Validator
by: Mint.Software.License.Validator
- 215 total downloads
- Latest version: 1.0.25+3f934faaade5a380728fb7811d4aacaf5b131078
Description
Mint.Software.MintERP.Models
by: Mint.Software.MintERP.Models
- 534 total downloads
- Latest version: 1.0.90+b1a9920488b8a31f5e205ef77a357b1a64bf320c
Description
Mint.Software.Prro.Core
by: Mint.Software.Prro.Core
- 940 total downloads
- Latest version: 1.2.27
Program registrar library
Mint.Software.SQLiteLocalizer
by: Mint.Software.SQLiteLocalizer
- 111 total downloads
- Latest version: 1.0.0.23
Mint.Software.SQLiteLocalizer
Mint.Software.VolumeChanger
by: Mint.Software.VolumeChanger
- 48 total downloads
- Latest version: 1.0.0
SoundChanger changer = new SoundChanger();
changer.ChangeVolume(0.5);
Mint.Software.WebSocketClient
by: Mint.Software.WebSocketClient
- 7 total downloads
- Latest version: 1.0.3
Raw WebSocket client with OnText/OnByte events
Mint.SR.DataAccess
by: Mint.SR.DataAccess
- 4 total downloads
- Latest version: 1.0.0
Package Description