MCPcopy Create free account
hub / github.com/tinyplex/tinybase / Home

Function Home

site/ui/Home.tsx:5–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import {useReadme} from './Readme.tsx';
4
5export const Home: NoPropComponent = (): any => {
6 const [summary, body] = useReadme(usePageNode());
7
8 return (
9 <article id="home">
10 <em>
11 <img
12 src="/favicon.svg"
13 alt="Large TinyBase logo"
14 width="100%"
15 height="100%"
16 />
17 </em>
18 <Markdown markdown={summary} html={true} />
19 <Markdown markdown={body} html={true} />
20 </article>
21 );
22};

Callers

nothing calls this directly

Calls 1

useReadmeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…