coreui-react
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...
CAccordionHeader render like a button type submit, if it is inside a form, handle form submit. Is there a way to work around this?
Hello, Is it possible to show an example of how to add a header to columns in CSmart Table? I am trying this way: let returnedColumns = [ { label:...
Trigger in the CPopover is declared as below: `trigger?: Triggers | Triggers[];` Because of that, it should be possible to declare the trigger as {["hover", "click"]}. This is working in...
This pull request include: ### Fixed incorrect class order Now if we pass a `size` property with a value of `custom-size`, we do not get expected class (`icon-custom-size`), because it...
- Operating system and version: Windows 10, MacOS Catalina - Browser and version: Chrome, Firefox If the prop `options` change, the component is not redrawn. # Test case Here is...
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...
OS: All Browser: All The React CSmartTable accepts an `id` attribute but can't be used to easily find the table. This code: ```html ``` Turns into: ```html ... ``` It...
Library version: `"@coreui/react": "^3.4.6"` ### Expected By setting `show` property to `true` it should render the dropdown as open. ``` --- children -- ``` ### Actual The dropdown is still...
Hi! In my page I have a toaster where toasts are shown with the mechanism reported [here](https://coreui.io/react/docs/components/toast/), but with few additions. ``` const [toast, addToast] = useState(0) const [testString, setTestString]...
- Operating System Info  - In Core UI React Navbar COffcanvas, - React Prop Type is Failed placement of down - Browser Version (Using Brave Browser)   -...