Mint.Hardware.Modbus.AddressStrip
by: Mint.Hardware.Modbus.AddressStrip
- 21 total downloads
- Latest version: 1.0.0.1
To use it throught static class Mint.Hardware.Modbus.AddressStrip.ComDeviceHelper
Mint.Hardware.PosTerminal.Entities
by: Mint.Hardware.PosTerminal.Entities
- 250 total downloads
- Latest version: 1.0.8.9
Bank POS entities, add AID
Mint.Hardware.PosTerminal.Ingenico
by: Mint.Hardware.PosTerminal.Ingenico
- 418 total downloads
- Latest version: 1.0.28
Merchant id changes
Mint.Hardware.PosTerminal.TestPos
by: Mint.Hardware.PosTerminal.TestPos
- 125 total downloads
- Latest version: 1.0.6
Test POS-terminal
Mint.Hardware.Printer.Entities
by: Mint.Hardware.Printer.Entities
- 10 total downloads
- Latest version: 1.0.0
Entities and interfaces for custom and china printers
Mint.Hardware.Printer.Zpl
by: Mint.Hardware.Printer.Zpl
- 16 total downloads
- Latest version: 1.0.0
Driver for Zebra printer
Mint.Hardware.ReceiptPrinter.CustomTG2480H
by: Mint.Hardware.ReceiptPrinter.CustomTG2480H
- 4 total downloads
- Latest version: 1.0.0
Receipt printer Custom TG2480H
Mint.Hardware.ReceiptPrinter.Entities
by: Mint.Hardware.ReceiptPrinter.Entities
- 64 total downloads
- Latest version: 1.0.4
Entities and interfaces for custom and china printers
Mint.Hardware.ReceiptPrinter.GprinterGP58130IVC
by: Mint.Hardware.ReceiptPrinter.GprinterGP58130IVC
- 1 total downloads
- Latest version: 1.0.0
Receipt printer Gprinter GP-58130IVC
Mint.Hardware.ReceiptPrinter.XPrinterXP80
by: Mint.Hardware.ReceiptPrinter.XPrinterXP80
- 20 total downloads
- Latest version: 1.0.0
Receipt printer Xprinter XP-80
Mint.Hardware.RFIDIntegratedReader
by: Mint.Hardware.RFIDIntegratedReader
- 6 total downloads
- Latest version: 1.0.2
Package Description
Mint.Hardware.Scanner.Entities
by: Mint.Hardware.Scanner.Entities
- 226 total downloads
- Latest version: 1.0.13
Entities for barcode scanners
Mint.Hardware.Scanner.NewlandFM430
by: Mint.Hardware.Scanner.NewlandFM430
- 171 total downloads
- Latest version: 1.0.8.15
Package Description
Mint.Hardware.Serial
by: Mint.Hardware.Serial
- 71 total downloads
- Latest version: 0.1.12
To use it throught static class Mint.Hardware.Serial.ComDeviceHelper
Mint.Hardware.UserScales.Magellan9300Scales
by: Mint.Hardware.UserScales.Magellan9300Scales
- 2 total downloads
- Latest version: 1.0.1
User scales Magellan 9300
Mint.Hardware.VendingPusher
by: Mint.Hardware.VendingPusher
- 86 total downloads
- Latest version: 0.1.2
Project for comunication with vending pusher hardware controllers
Mint.Hardware.VOCSensor
by: Mint.Hardware.VOCSensor
- 13 total downloads
- Latest version: 1.0.0
Project for comunication with voc sensor (temperature and humidity)
Mint.SelfCheckout.Entities
by: Mint.SelfCheckout.Entities
- 101 total downloads
- Latest version: 1.0.9
Self checkout shared entities
Mint.SelfCheckout.License.Core
by: Mint.SelfCheckout.License.Core
- 75 total downloads
- Latest version: 1.0.1
Self checkout license core
Mint.Software.Blazor.Carousel.Pack
by: Mint.Software.Blazor.Carousel
- 69 total downloads
- Latest version: 1.0.3
# Mint.Software.Blazor.Carousel
###### Basic usage
Add a reference to your project, referencing the 'Components' project
In your _Host.cshtml file add the following line to use the default stylesheet:
"<link href="_content/Mint.Software.Blazor.Carousel.Pack/blazor_carousel.css" rel="stylesheet" />"
Add the component to your Razor page using the following lines:
@using Components;