deno.land / x / lume@v2.1.4 / tests / assets / components / _components / jsx_button.jsx

jsx_button.jsx
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** @jsxImportSource npm:react@18.2.0 */
export const name = "button_jsx";export const css = `.button_jsx { color: white; background-color: blue;}`;
export default function ({ text }) { return <button className="button_jsx">{text}</button>;}
lume

Version Info

Tagged at
7 months ago