Closed dvzrd closed 8 months ago
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.
/theme/dist/components/
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.
I installed the switch component as a single component and updated content in tailwind config, but neither the glob or single pattern worked:
I checked the
/theme/dist/components/
dir and couldn't find the switch component in there.Also tried:
but that didn't work either.