Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function Text() {
2
return (
3
<text
4
style={{
5
padding: 50,
6
}}
7
>
8
Hello macOS, ❤️ Solid
9
</text>
10
);
11
}
12
Text.code = `function Text() {
13
return (
14
<text
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected