# 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"
)