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