inface

package module
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: BSD-3-Clause Imports: 4 Imported by: 0

README

INTERF3CE
=========

.. image:: interface.png
   :alt: INTERF3CE Logo
   :align: center

Introduction
------------

The INTERF3CE library is a lightweight and straightforward tool for creating user interfaces in Go. With INTERF3CE, you can easily create UI elements such as buttons, labels, input fields, images, and more. It is designed to be intuitive and fast, allowing you to build attractive user interfaces in your Go applications.

Features
--------

- Simple creation of user interface elements.
- Support for buttons, labels, input fields, lists, images, and more.
- Style customization with CSS.
- Automatic CSS loading.
- Compatible with most modern browsers (It also has its own browser).

License
-------

INTERF3CE is licensed under the [BSD-3-Clause License](LICENSE). You can find details in the [license](LICENSE) included in this repository.

How to Download
---------------

You can download the INTERF3CE library directly from GitHub. Just follow these steps:

1. Clone the INTERF3CE repository:

   .. code-block:: bash

      go get -u github.com/simplyYan/INTERF3CE

3. Create an instance of INTERF3CE and start creating user interface elements:

   .. code-block:: go

      inter := inface.New("myInterface", "path/to/your-style.css")
      inter.createButton("Click me", "myFunction()")

Documentation
-------------

See the full documentation of the INTERF3CE library at [docs](https://github.com/simplyYan/INTERF3CE/wiki/Docs) for detailed information on how to use the library, code examples, and details of all available functions.

Contact
-------

If you have any questions, suggestions, or issues, please contact the developer:

- GitHub Username: [@simplyYan](https://github.com/simplyYan/)
- Email: ???

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New added in v1.0.1

func New(name, cssConfig string) *inface

Types

This section is empty.

Jump to

Keyboard shortcuts

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