Add menu button to filesystem

This commit is contained in:
2024-03-12 17:53:53 +01:00
parent 8d61e9d4cd
commit 6376e67cd7
10 changed files with 162 additions and 61 deletions

View File

@@ -10,7 +10,7 @@ export let icon_small = false;
export let label = ""
export let title = ""
export let link_href = ""
export let link_target = ""
export let link_target = "_self"
export let click = e => {}
export let style = ""
export let type = ""
@@ -31,7 +31,7 @@ let click_int = e => {
}
</script>
{#if link_target === ""}
{#if link_href === ""}
<button
on:click={click_int}
class="button"