lucide_lustre

Package Version Hex Docs

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
Search Document