From 0365f9e883539b1dd2a56a6e3bd0d8189e3cc310 Mon Sep 17 00:00:00 2001
From: EvgenyMeltsaykin <67900709+EvgenyMeltsaykin@users.noreply.github.com>
Date: Sat, 14 Dec 2024 14:22:45 +0500
Subject: [PATCH] Added example of using Decompose component in Compose
 LazyList

---
 docs/community.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/community.md b/docs/community.md
index 38573d576..4f7078804 100644
--- a/docs/community.md
+++ b/docs/community.md
@@ -21,3 +21,11 @@ Link: [plugins.jetbrains.com/plugin/22852-mvikotlin-decompose-template](https://
 Source code: [github.com/makeevrserg/MVIKotlin-Decompose-Plugin](https://github.com/makeevrserg/MVIKotlin-Decompose-Plugin)
 
 Author: [@makeevrserg](https://github.com/makeevrserg)
+
+### Decompose with Compose LazyList
+
+A project that shows an example of implementing your `children` extension to use Decompose components in Compose LazyList
+
+Source code: [github.com/EvgenyMeltsaykin/Decompose-LazyList](https://github.com/EvgenyMeltsaykin/Decompose-LazyList)
+
+Author: [@EvgenyMeltsaykin](https://github.com/EvgenyMeltsaykin)