mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
dynamic promo widget
This commit is contained in:
11
packages/web/src/jsonui/JsonUiTextBlock.svelte
Normal file
11
packages/web/src/jsonui/JsonUiTextBlock.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
export let text: string;
|
||||
</script>
|
||||
|
||||
<p>{text}</p>
|
||||
|
||||
<style>
|
||||
p {
|
||||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user