これは md のボタン

(2024-04-02)

md のボタン

これは「.md」で書かれています。

下にボタンを配置しています。

import Button from '../../../components/Button.astro';
<div>
<Button title="hoge" />
<Button title="huga" />
<Button title="piyo" />
</div>

でも、このファイルは「.md」なので、ボタンは動きません。

import Button from ’../../../components/Button.astro’;