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