Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrmoulton/lucide-floem
Implementation of the lucide icon library for floem
https://github.com/jrmoulton/lucide-floem
Last synced: 2 months ago
JSON representation
Implementation of the lucide icon library for floem
- Host: GitHub
- URL: https://github.com/jrmoulton/lucide-floem
- Owner: jrmoulton
- Created: 2024-02-26T00:37:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:04:21.000Z (2 months ago)
- Last Synced: 2024-11-18T19:27:08.667Z (2 months ago)
- Language: Rust
- Size: 686 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucide Floem
lucide-floem is an implementation of the Lucide icons for Floem.
The `Icon` enum contains all the icons from the Lucide icon set. Each variant can be used directly as a Floem `View`.
## Usage
```rust
lucide_floem::Icon::ChevronDown.style(|s| s.size(50, 50))
```