deno.land / x / lume@v2.1.4 / tests / assets / mdx / _components / Header.jsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
/** @jsxImportSource npm:preact */
export default function Header({ title, description }) { return ( <header> <h1>{title}</h1> <p>{description}</p> </header> );}
lume

Version Info

Tagged at
7 months ago