MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / Text

Function Text

src/components/text.tsx:1–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function Text() {
2 return (
3 <text
4 style={{
5 padding: 50,
6 }}
7 >
8 Hello macOS, ❤️ Solid
9 </text>
10 );
11}
12Text.code = `function Text() {
13 return (
14 <text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected