icon

package module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2022 License: Apache-2.0 Imports: 1 Imported by: 3

README

Icons 🧳

Agnostic Image Injection

This is an experimental library that isolates the specifics of adding icons into a web application. By providing a common interface to various icon libraries (currently only Bootstrap) it should be easy to switch between different sets of icons.

I am not yet committed to using this in any "real" code. Feedback is very welcome!

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	Get(name string) string
	Write(name string, writer io.Writer)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL