#48 : Add customized h1, h2

This commit is contained in:
Vadim
2021-08-14 00:35:06 +03:00
parent d71f4f5518
commit aa0b1cb59c
7 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<script>
import H from './H.svelte'
import H1 from './dom/H1.svelte'
</script>
<H titleComponent={H1}>
<slot />
</H>