Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ TagProps
Interface
TagProps
src/components/posts/tag.tsx:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import React, { forwardRef, Ref } from
'react'
;
6
7
interface TagProps extends React.HTMLAttributes<HTMLSpanElement> {
8
name?: string;
9
}
10
11
const Tag = forwardRef(
12
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected