An open API service indexing awesome lists of open source software.

https://github.com/tvanriel/bytesize_icons_templ


https://github.com/tvanriel/bytesize_icons_templ

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bytesize-Icons\_Templ

[Bytesize-icons](https://github.com/danklammer/bytesize-icons) helper for [Templ](https://templ.guide)

---
## Example:
```templ
import icons "github.com/tvanriel/bytesize_icons_templ"

templ Component() {
@icons.Activity()
}

```