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

6 lines
93 B
Svelte
Raw Normal View History

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