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

6 lines
93 B
Svelte

<script>
export let text = ""
</script>
<h5 class="mdc-typography--headline5">{text}</h5>