Aryan Moradi
Aryan Moradi
I want use in offline mode. googleAnalytics have this feature ``` //Want offline analytics for your offline PWA? No problem. import * as googleAnalytics from 'workbox-google-analytics'; googleAnalytics.initialize(); ``` can see...
this code not worked => ```jsx { if (keyName === "ctrl_+") alert("ctrl_+") e.preventDefault(); }}> ... ```
**Describe the bug** example Today is 2020-08-07 minimumDate : 2020-09-07 Default showing month 8 instead 9
### NextUI Version 2.3.6 ### Describe the bug When using Autocomplete on Popover, the list of Autocomplete in a second visible and then hide ### Your Example Website or App...
### NextUI Version 2.4.2 ### Describe the bug ``` import { extendVariants, Tabs } from '@nextui-org/react'; const CustomTabs = extendVariants(Tabs, { slots: { tabList: 'bg-white p-0', base: 'w-full bg-white rounded-lg...
### Is your feature request related to a problem? Please describe. I'm always frustrated when there are multiple thumbs on a single slider track, but they cannot overlap or pass...
Implemented logic to skip keys with identical values for specified locales in the i18next parser. Fixes #1036 ### Why am I submitting this PR Please refer to #1036 ### Does...