feature(ComboControl):
Some checks failed
Some checks failed
- create ComboControl component for typography settings (font size, font weight, line height) - integrate it to TypographyMenu and integrate it to Layout
This commit is contained in:
10
src/widgets/TypographySettings/ui/TypographyMenu.svelte
Normal file
10
src/widgets/TypographySettings/ui/TypographyMenu.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
import SetupFontMenu from '$features/SetupFont/ui/SetupFontMenu.svelte';
|
||||
import * as Item from '$shared/shadcn/ui/item';
|
||||
import { Separator } from '$shared/shadcn/ui/separator/index';
|
||||
import * as Sidebar from '$shared/shadcn/ui/sidebar/index';
|
||||
</script>
|
||||
|
||||
<div class="w-full p-2">
|
||||
<SetupFontMenu />
|
||||
</div>
|
||||
Reference in New Issue
Block a user