Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GitbookIO/gitbook
/ tcls
Function
tcls
packages/gitbook/src/lib/tailwind.ts:8–10 ·
view source on GitHub ↗
(...values: ClassNameValue[])
Source
from the content-addressed store, hash-verified
6
* Create a tailwind className
for
a component.
7
*/
8
export
function
tcls(...values: ClassNameValue[]): string {
9
return
twMerge(...values);
10
}
Callers
15
PageIcon
Function · 0.90
SpaceLayout
Function · 0.90
AnimatedLogo
Function · 0.90
Toolbar
Function · 0.90
Toolbar.tsx
File · 0.90
HideToolbarButton
Function · 0.90
ArcToolbarButton
Function · 0.90
ZoomImageModal
Function · 0.90
Image
Function · 0.90
AIResponseFeedback
Function · 0.90
AIChatMessages
Function · 0.90
AIChatInput
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected