MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / variantForShadcn

Function variantForShadcn

src/utils/cli.js:1–2  ·  view source on GitHub ↗
(language, style)

Source from the content-addressed store, hash-verified

1const variantForShadcn = (language, style) =>
2 `${(language || 'JS').toUpperCase()}-${(style || 'CSS').toUpperCase().replace('TAILWIND', 'TW')}`;
3
4const UPPERCASE_PARTS = new Set(['ascii']);
5

Callers 1

generateCliCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected