#48 : Add customized h1, h2
This commit is contained in:
8
src/docs/Layouts/custom/H1.svelte
Normal file
8
src/docs/Layouts/custom/H1.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
import H from './H.svelte'
|
||||
import H1 from './dom/H1.svelte'
|
||||
</script>
|
||||
|
||||
<H titleComponent={H1}>
|
||||
<slot />
|
||||
</H>
|
||||
Reference in New Issue
Block a user