2020-02-10 16:47:47 +01:00
|
|
|
<script>
|
|
|
|
export let text = ""
|
2020-03-23 14:58:40 +01:00
|
|
|
export let verticalMargin = 5
|
|
|
|
export let horizontalMargin = 0
|
2020-02-10 16:47:47 +01:00
|
|
|
</script>
|
|
|
|
|
2020-03-23 14:58:40 +01:00
|
|
|
<h4
|
|
|
|
style={`margin: ${verticalMargin}px ${horizontalMargin}px`}
|
|
|
|
class="mdc-typography--headline4">
|
|
|
|
{text}
|
|
|
|
</h4>
|