Files
nebula/README.md

20 lines
232 B
Markdown
Raw Permalink Normal View History

2026-01-01 01:27:19 -05:00
# 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/sonr-io/nebula"
2026-01-01 01:27:19 -05:00
)