We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/coreui/coreui-react/blob/master/demo/src/_nav.js#L4
www.domain.com/dashboard Current
{ name: 'Dashboard', url: '/dashboard', icon: 'cui-speedometer icons', badge: { variant: 'info', text: 'NEW' } },
Expected www.domain.com/dashboard?name=search&period=today
{ name: 'Dashboard', url: '/dashboard', icon: 'cui-speedometer icons', badge: { variant: 'info', text: 'NEW' }, queryParam: { name: 'search', period: 'today' } },
The text was updated successfully, but these errors were encountered:
Hi @mdhanju
@coreui/react
^2.5.4
url
{ name: 'Dashboard', url: { pathname: '/dashboard', search: '?name=search&period=today', state: { fromDashboard: true } }, icon: 'icon-speedometer', attributes: { replace: true, activeStyle: { textTransform: 'uppercase' }, id: 'link-1', title: 'Dashboard', } }
Sorry, something went wrong.
No branches or pull requests
https://github.com/coreui/coreui-react/blob/master/demo/src/_nav.js#L4
www.domain.com/dashboard
Current
Expected
www.domain.com/dashboard?name=search&period=today
The text was updated successfully, but these errors were encountered: