Files
nebula/README.md
2026-01-01 01:27:19 -05:00

229 B

Nebula

Nebula is an implementation of the WebAwesome UI Library in Golang Templ syntax.

Installation

go get github.com/sonr-io/nebula

Usage

package main

import (
	"fmt"
	"github.com/prad/nebula"
)