2022-02-10 15:47:44 +01:00
|
|
|
<script>
|
|
|
|
export let text;
|
2022-02-17 22:14:06 +01:00
|
|
|
export let customClass = 'max-w-[24rem]';
|
2022-02-10 15:47:44 +01:00
|
|
|
</script>
|
|
|
|
|
2022-02-17 22:14:06 +01:00
|
|
|
<div class="py-1 text-xs text-stone-400 {customClass}">{@html text}</div>
|