coreui-react icon indicating copy to clipboard operation
coreui-react copied to clipboard

CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded...

Results 48 coreui-react issues
Sort by recently updated
recently updated
newest added

## Environment - OS: `ArchLinux` (likely occurs with other OS as well) - Browser: `Vivaldi (Chromium-based) 6.9.3447.44` (likely occurs with other browsers) ## Source Code https://github.com/coreui/coreui-react/blob/2652a91079a79cc484ab2c4de5263563c8fa2fef/packages/coreui-react/src/components/nav/CNavItem.tsx#L18-L33 ## Description It is...

I use CoreUI PRO for Next with ready template but I get errors when I try to use SSR. I've noticed so far CFormInput and CButton give errors. For Instance:...

Hi, Ive updated to the latest version (5.7.0) and it seems the uncontrolled version for Tabs is not fully ready? `CTabs` have `activeItemKey` and `CTab` has `itemKey` but [[email protected]](https://github.com/coreui/coreui-react/blob/v5.7.0/packages/coreui-react/src/components/tabs/CTabPane.tsx) doesnt...

I am opening issue #199 (https://github.com/coreui/coreui-react/issues/199). Is that possible? ![Image](https://github.com/user-attachments/assets/ff07224a-781a-4795-b588-aadf6a8ef39f)

## Report When using `autoClose={true}` (default) or `autoClose='inside'`, clicking on a scrollbar also autocloses the dropdown, making scrolling inaccessible except via scroll-wheel or keyboard. This is a regression compared to...

This is PRO feature, but I don't have access to PRO repo therefore I created the issue here: I think `CMultiSelect` should have `value` property just like any other form...

I have got an error on `create-react-app` project with the latest core UI. How to reproduce: 1. Create default react ts sandbox. 2. Add `"@coreui/coreui": "^5.3.2", "@coreui/react": "^5.5.0",` to package.json....

``` const navItem = (item: NavItem, index: number, indent = false) => { const { component, name, badge, icon, ...rest } = item const Component = component return ( {rest.href...