lucide_lustre
gleam add lucide_lustre@1
import lucide_lustre.{library}
import lustre/element/html
import lustre/attribute.{class}
pub fn view() {
html.div([], [
library([class("my_svg_class")])
])
}
Further documentation can be found at https://hexdocs.pm/lucide_lustre.
Development
gleam run # Run the project
gleam test # Run the tests