From fbf6f3dcb4b6d5322f1b59c2a7303528e595bc03 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 27 Feb 2026 12:44:57 +0300 Subject: [PATCH] feat(SampleList): create a component that wraps SampleList with Section --- .../SampleListSection.svelte | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte diff --git a/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte b/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte new file mode 100644 index 0000000..c8c6d34 --- /dev/null +++ b/src/widgets/SampleList/ui/SampleListSection/SampleListSection.svelte @@ -0,0 +1,33 @@ + + + +
+ {#snippet content({ className })} +
+ +
+ {/snippet} +