| Crates.io | maud-iconoir |
| lib.rs | maud-iconoir |
| version | 7.11.0 |
| created_at | 2025-05-20 07:24:36.013075+00 |
| updated_at | 2025-05-20 07:24:36.013075+00 |
| description | Auto-generated constants for using Iconoir icons in maud. |
| homepage | https://codeberg.org/jcheatum/maud-iconoir |
| repository | https://codeberg.org/jcheatum/maud-iconoir |
| max_upload_size | |
| id | 1680903 |
| size | 173,700 |
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)}
}
}
}