forked from coracle/flotilla
Add new claymorphic component library
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import type {ComponentProps} from "svelte"
|
||||
import {getTagValue} from "@welshman/util"
|
||||
import ContentMinimal from "@app/components/ContentMinimal.svelte"
|
||||
import Text from "@lib/components2/Text.svelte"
|
||||
|
||||
const props: ComponentProps<typeof ContentMinimal> = $props()
|
||||
|
||||
@@ -9,7 +10,7 @@
|
||||
</script>
|
||||
|
||||
{#if title}
|
||||
<span class="text-sm">{title}</span>
|
||||
<Text size="sm">{title}</Text>
|
||||
{/if}
|
||||
{#if props.event.content}
|
||||
<ContentMinimal {...props} />
|
||||
|
||||
Reference in New Issue
Block a user