Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
osolmaz
/
local-frontier
like
0
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
local-frontier
/
src
/
lib
/
utils.ts
Onur Solmaz
feat: add shadcn TypeScript scaffold
b2301b7
13 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
159 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
;
export
const
cn
= (
...inputs: ClassValue[]
) =>
twMerge
(
clsx
(inputs));