budibase/packages/materialdesign-components/src/Typography/H4.svelte

6 lines
93 B
Svelte
Raw Normal View History

2020-02-10 16:47:47 +01:00
<script>
export let text = ""
</script>
<h4 class="mdc-typography--headline4">{text}</h4>