20 lines
229 B
Markdown
20 lines
229 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/prad/nebula"
|
||
|
|
)
|