feat: implement base text manager and view components
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
<script lang="ts">
|
||||
import Badge from "$components/ui/Badge.svelte";
|
||||
import Button from "$components/ui/Button.svelte";
|
||||
import IconArrowLeft from "$components/ui/Icons/IconArrowLeft.svelte";
|
||||
import IconArrowRight from "$components/ui/Icons/IconArrowRight.svelte";
|
||||
import IconUpload from "$components/ui/Icons/IconUpload.svelte";
|
||||
import Card from "./Card.svelte";
|
||||
</script>
|
||||
|
||||
<div class="panel-bar">
|
||||
<Card title="Фоновое изображение">фоновое изображение</Card>
|
||||
<Card title="Фоновое изображение">
|
||||
<Button label="Загрузить изображение" icon={IconUpload} onclick={() => {}} type="secondary" />
|
||||
</Card>
|
||||
|
||||
{#snippet panelTitle()}
|
||||
Панели <Badge text="0" />
|
||||
|
||||
Reference in New Issue
Block a user