deno.land / x / lume@v2.1.4 / tests / assets / og_images / _includes / og_template.jsx

og_template.jsx
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/** @jsxImportSource npm:react@18.2.0 */
export default function (data) { return ( <div style={{ display: "flex", height: "100%", width: "100%", padding: 60, flexDirection: "column", backgroundColor: "white", color: "black", }} > <div style={{ display: "flex", flexDirection: "column", flexGrow: 1, justifyContent: "flex-end", }} > <h1 style={{ fontSize: 90, fontWeight: 700, letterSpacing: "-0.03em" }}> {data.title} </h1> <div style={{ fontSize: 60, color: "gray", letterSpacing: "-0.015em" }}> {data.description} </div> </div> </div> );}
lume

Version Info

Tagged at
7 months ago