maud-iconoir
Auto-generated constants for using Iconoir icons in maud.
[!NOTE] The version of this crate tracks the version of iconoir
Usage
use html;
use *;
html!
Auto-generated constants for using Iconoir icons in maud.
[!NOTE] The version of this crate tracks the version of iconoir
use maud::html;
use maud_iconoir::*;
html! {
head {
link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css";
}
body {
div class="post-bookends post-footer" {
span class="control like" {(regular::HEART)}
span class="control comment" {(regular::CHAT_LINES)}
span class="control reblog" {(regular::REFRESH_DOUBLE)}
}
}
}