Blazity/next-enterprise

Switch not available in theme components dist

dvzrd opened this issue · 1 comments

I installed the switch component as a single component and updated content in tailwind config, but neither the glob or single pattern worked:

'./node_modules/@nextui-org/theme/dist/components/(button|switch).js'
'./node_modules/@nextui-org/theme/dist/components/switch.js'

I checked the /theme/dist/components/ dir and couldn't find the switch component in there.

Also tried:

'./node_modules/@nextui-org/switch/dist/index.js',
'./node_modules/@nextui-org/switch/dist/switch.js',

but that didn't work either.

Sorry, wrong repo.