20 lines
232 B
Markdown
20 lines
232 B
Markdown
# 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"
|
|
)
|