https://github.com/tvanriel/bytesize_icons_templ
https://github.com/tvanriel/bytesize_icons_templ
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tvanriel/bytesize_icons_templ
- Owner: tvanriel
- License: gpl-2.0
- Created: 2024-03-10T20:59:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T21:03:46.000Z (over 2 years ago)
- Last Synced: 2024-06-21T14:15:49.643Z (about 2 years ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
}
```