MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / Properties

Function Properties

src/components/mdx.tsx:87–98  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

85}
86
87export function Properties({ children }: { children: React.ReactNode }) {
88 return (
89 <div className="my-6">
90 <ul
91 role="list"
92 className="m-0 max-w-[calc(theme(maxWidth.lg)-theme(spacing.8))] list-none divide-y divide-zinc-900/5 p-0 dark:divide-white/5"
93 >
94 {children}
95 </ul>
96 </div>
97 )
98}
99
100export function Property({
101 name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected