README.md

# lucide_lustre

[![Package Version](https://img.shields.io/hexpm/v/lucide_lustre)](https://hex.pm/packages/lucide_lustre)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lucide_lustre/)

```sh
gleam add lucide_lustre@1
```
```gleam
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

```sh
gleam run   # Run the project
gleam test  # Run the tests
```