This commit is contained in:
2026-01-01 01:27:19 -05:00
commit 45b17f53b4
4 changed files with 75 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Nebula
Nebula is an implementation of the WebAwesome UI Library in Golang Templ syntax.
## Installation
```bash
go get github.com/sonr-io/nebula
```
## Usage
```go
package main
import (
"fmt"
"github.com/prad/nebula"
)