Example ​
This is an @kkna/component-material
example using the @kkna/preset-hatsu
preset.
Code ​
ts
import { hatsu } from '@kkna/preset-hatsu'
import 'kkna'
import { defineConfig } from 'kkna/context'
defineConfig({
overrides: {
url: new URL('https://kwaa-blog-next.deno.dev/articles/test/'),
},
presets: [
hatsu({ instance: 'https://hatsu-nightly-debug.hyp3r.link' }),
],
})
html
<kkna-material></kkna-material>
Comments / Reactions ​
You can send comments/reactions to https://hatsu-nightly-debug.hyp3r.link/posts/https://kwaa-blog-next.deno.dev/articles/test/, which will be displayed here.