tailwind-variants-docs icon indicating copy to clipboard operation
tailwind-variants-docs copied to clipboard

Feedback for “API Reference”

Open mgray88 opened this issue 3 weeks ago • 0 comments

Note: Both cn and cnBase are exported for backwards compatibility, but cn is the recommended import name in v3+.

This note doesn't make sense, since the two methods have different signatures. I expected to be able to use cn according to the docs above it, like so:

<View
  className={cn('...')}
/>

mgray88 avatar Nov 06 '25 19:11 mgray88