package
module
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Aug 17, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
alert

A Simple cross-platform alert library for go.
Installation
go get github.com/fcjr/alert
Usage
import "github.com/fcjr/alert"
alert.Info("Example Message", "Example Message Text")
Progress
- Basic mac
- Basic windows
- Basic linux
- Advanced mac (Input, Scroll UI, etc)
- Advanced windows
- Advanced linux
Documentation
¶
Package alert provides simple and easy to use native GUI
alerts for your project.
Usage ¶
To use simply import the project and call your alert style of choice.
import "github.com/fcjr/alert"
alert.Info("Example Message", "Example Message Text")
Source Files
¶
Directories
¶
|
|
|
internal
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.