@coreui/react 4.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +144 -0
- package/dist/components/Types.d.ts +12 -0
- package/dist/components/accordion/CAccordion.d.ts +12 -0
- package/dist/components/accordion/CAccordionBody.d.ts +8 -0
- package/dist/components/accordion/CAccordionButton.d.ts +12 -0
- package/dist/components/accordion/CAccordionCollapse.d.ts +3 -0
- package/dist/components/accordion/CAccordionHeader.d.ts +8 -0
- package/dist/components/accordion/CAccordionItem.d.ts +8 -0
- package/dist/components/alert/CAlert.d.ts +38 -0
- package/dist/components/alert/CAlertHeading.d.ts +14 -0
- package/dist/components/alert/CAlertLink.d.ts +8 -0
- package/dist/components/avatar/CAvatar.d.ts +41 -0
- package/dist/components/backdrop/CBackdrop.d.ts +12 -0
- package/dist/components/badge/CBadge.d.ts +39 -0
- package/dist/components/breadcrumb/CBreadcrumb.d.ts +8 -0
- package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +16 -0
- package/dist/components/button/CButton.d.ts +58 -0
- package/dist/components/button-group/CButtonGroup.d.ts +18 -0
- package/dist/components/button-group/CButtonToolbar.d.ts +8 -0
- package/dist/components/callout/CCallout.d.ts +15 -0
- package/dist/components/card/CCard.d.ts +21 -0
- package/dist/components/card/CCardBody.d.ts +8 -0
- package/dist/components/card/CCardFooter.d.ts +8 -0
- package/dist/components/card/CCardGroup.d.ts +8 -0
- package/dist/components/card/CCardHeader.d.ts +14 -0
- package/dist/components/card/CCardImage.d.ts +18 -0
- package/dist/components/card/CCardImageOverlay.d.ts +8 -0
- package/dist/components/card/CCardLink.d.ts +12 -0
- package/dist/components/card/CCardSubtitle.d.ts +14 -0
- package/dist/components/card/CCardText.d.ts +14 -0
- package/dist/components/card/CCardTitle.d.ts +14 -0
- package/dist/components/carousel/CCarousel.d.ts +53 -0
- package/dist/components/carousel/CCarouselCaption.d.ts +8 -0
- package/dist/components/carousel/CCarouselControl.d.ts +16 -0
- package/dist/components/carousel/CCarouselIndicators.d.ts +12 -0
- package/dist/components/carousel/CCarouselInner.d.ts +8 -0
- package/dist/components/carousel/CCarouselItem.d.ts +12 -0
- package/dist/components/close-button/CCloseButton.d.ts +16 -0
- package/dist/components/collapse/CCollapse.d.ts +12 -0
- package/dist/components/dropdown/CDropdown.d.ts +72 -0
- package/dist/components/dropdown/CDropdownDivider.d.ts +8 -0
- package/dist/components/dropdown/CDropdownHeader.d.ts +14 -0
- package/dist/components/dropdown/CDropdownItem.d.ts +15 -0
- package/dist/components/dropdown/CDropdownItemPlain.d.ts +14 -0
- package/dist/components/dropdown/CDropdownMenu.d.ts +15 -0
- package/dist/components/dropdown/CDropdownToggle.d.ts +20 -0
- package/dist/components/footer/CFooter.d.ts +12 -0
- package/dist/components/form/CForm.d.ts +12 -0
- package/dist/components/form/CFormCheck.d.ts +68 -0
- package/dist/components/form/CFormFeedback.d.ts +26 -0
- package/dist/components/form/CFormFloating.d.ts +8 -0
- package/dist/components/form/CFormInput.d.ts +51 -0
- package/dist/components/form/CFormLabel.d.ts +12 -0
- package/dist/components/form/CFormRange.d.ts +38 -0
- package/dist/components/form/CFormSelect.d.ts +26 -0
- package/dist/components/form/CFormSwitch.d.ts +37 -0
- package/dist/components/form/CFormText.d.ts +14 -0
- package/dist/components/form/CFormTextarea.d.ts +38 -0
- package/dist/components/form/CInputGroup.d.ts +14 -0
- package/dist/components/form/CInputGroupText.d.ts +14 -0
- package/dist/components/grid/CCol.d.ts +52 -0
- package/dist/components/grid/CContainer.d.ts +32 -0
- package/dist/components/grid/CRow.d.ts +50 -0
- package/dist/components/header/CHeader.d.ts +18 -0
- package/dist/components/header/CHeaderBrand.d.ts +14 -0
- package/dist/components/header/CHeaderDivider.d.ts +8 -0
- package/dist/components/header/CHeaderNav.d.ts +14 -0
- package/dist/components/header/CHeaderText.d.ts +8 -0
- package/dist/components/header/CHeaderToggler.d.ts +8 -0
- package/dist/components/image/CImage.d.ts +24 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/link/CLink.d.ts +26 -0
- package/dist/components/list-group/CListGroup.d.ts +22 -0
- package/dist/components/list-group/CListGroupItem.d.ts +29 -0
- package/dist/components/modal/CModal.d.ts +56 -0
- package/dist/components/modal/CModalBody.d.ts +8 -0
- package/dist/components/modal/CModalContent.d.ts +8 -0
- package/dist/components/modal/CModalDialog.d.ts +26 -0
- package/dist/components/modal/CModalFooter.d.ts +8 -0
- package/dist/components/modal/CModalHeader.d.ts +12 -0
- package/dist/components/modal/CModalTitle.d.ts +14 -0
- package/dist/components/nav/CNav.d.ts +22 -0
- package/dist/components/nav/CNavGroup.d.ts +25 -0
- package/dist/components/nav/CNavGroupItems.d.ts +8 -0
- package/dist/components/nav/CNavItem.d.ts +3 -0
- package/dist/components/nav/CNavLink.d.ts +31 -0
- package/dist/components/nav/CNavTitle.d.ts +8 -0
- package/dist/components/navbar/CNavbar.d.ts +43 -0
- package/dist/components/navbar/CNavbarBrand.d.ts +17 -0
- package/dist/components/navbar/CNavbarNav.d.ts +14 -0
- package/dist/components/navbar/CNavbarText.d.ts +8 -0
- package/dist/components/navbar/CNavbarToggler.d.ts +8 -0
- package/dist/components/offcanvas/COffcanvas.d.ts +37 -0
- package/dist/components/offcanvas/COffcanvasBody.d.ts +8 -0
- package/dist/components/offcanvas/COffcanvasHeader.d.ts +8 -0
- package/dist/components/offcanvas/COffcanvasTitle.d.ts +14 -0
- package/dist/components/pagination/CPagination.d.ts +16 -0
- package/dist/components/pagination/CPaginationItem.d.ts +16 -0
- package/dist/components/popover/CPopover.d.ts +36 -0
- package/dist/components/popover/CPopoverContent.d.ts +10 -0
- package/dist/components/progress/CProgress.d.ts +26 -0
- package/dist/components/progress/CProgressBar.d.ts +29 -0
- package/dist/components/sidebar/CSidebar.d.ts +36 -0
- package/dist/components/sidebar/CSidebarBrand.d.ts +8 -0
- package/dist/components/sidebar/CSidebarFooter.d.ts +8 -0
- package/dist/components/sidebar/CSidebarHeader.d.ts +8 -0
- package/dist/components/sidebar/CSidebarNav.d.ts +14 -0
- package/dist/components/sidebar/CSidebarToggler.d.ts +8 -0
- package/dist/components/spinner/CSpinner.d.ts +37 -0
- package/dist/components/table/CTable.d.ts +53 -0
- package/dist/components/table/CTableBody.d.ts +15 -0
- package/dist/components/table/CTableCaption.d.ts +2 -0
- package/dist/components/table/CTableDataCell.d.ts +23 -0
- package/dist/components/table/CTableFoot.d.ts +15 -0
- package/dist/components/table/CTableHead.d.ts +15 -0
- package/dist/components/table/CTableHeaderCell.d.ts +15 -0
- package/dist/components/table/CTableRow.d.ts +23 -0
- package/dist/components/tabs/CTabContent.d.ts +8 -0
- package/dist/components/tabs/CTabPane.d.ts +12 -0
- package/dist/components/toast/CToast.d.ts +53 -0
- package/dist/components/toast/CToastBody.d.ts +8 -0
- package/dist/components/toast/CToastClose.d.ts +9 -0
- package/dist/components/toast/CToastHeader.d.ts +12 -0
- package/dist/components/toast/CToaster.d.ts +18 -0
- package/dist/components/tooltip/CTooltip.d.ts +27 -0
- package/dist/components/tooltip/CTooltipContent.d.ts +10 -0
- package/dist/components/widgets/CWidgetStatsA.d.ts +31 -0
- package/dist/components/widgets/CWidgetStatsB.d.ts +38 -0
- package/dist/components/widgets/CWidgetStatsC.d.ts +38 -0
- package/dist/components/widgets/CWidgetStatsD.d.ts +32 -0
- package/dist/components/widgets/CWidgetStatsE.d.ts +20 -0
- package/dist/components/widgets/CWidgetStatsF.d.ts +35 -0
- package/dist/components/widgets/index.d.ts +7 -0
- package/dist/docs/components/CodeBlock copy.d.ts +3 -0
- package/dist/docs/components/CodeBlock.d.ts +3 -0
- package/dist/docs/components/Example.d.ts +6 -0
- package/dist/docs/components/Footer.d.ts +3 -0
- package/dist/docs/components/Header.d.ts +3 -0
- package/dist/docs/components/Seo.d.ts +22 -0
- package/dist/docs/components/Sidebar.d.ts +6 -0
- package/dist/docs/components/SidebarNav.d.ts +24 -0
- package/dist/docs/components/index.d.ts +9 -0
- package/dist/docs/index.d.ts +1 -0
- package/dist/docs/nav.d.ts +20 -0
- package/dist/docs/templates/Docs.d.ts +6 -0
- package/dist/docs/templates/Layout.d.ts +4 -0
- package/dist/index.d.ts +125 -0
- package/dist/index.es.js +7539 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +7696 -0
- package/dist/index.js.map +1 -0
- package/dist/pages/404.d.ts +2 -0
- package/dist/utils/hooks/index.d.ts +2 -0
- package/dist/utils/hooks/useForkedRef.d.ts +7 -0
- package/package.json +99 -0
- package/src/components/Types.tsx +107 -0
- package/src/components/accordion/CAccordion.tsx +33 -0
- package/src/components/accordion/CAccordionBody.tsx +29 -0
- package/src/components/accordion/CAccordionButton.tsx +34 -0
- package/src/components/accordion/CAccordionCollapse.tsx +19 -0
- package/src/components/accordion/CAccordionHeader.tsx +29 -0
- package/src/components/accordion/CAccordionItem.tsx +29 -0
- package/src/components/accordion/__tests__/CAccordion.spec.tsx +36 -0
- package/src/components/accordion/__tests__/CAccordionBody.spec.tsx +16 -0
- package/src/components/accordion/__tests__/CAccordionButton.spec.tsx +21 -0
- package/src/components/accordion/__tests__/CAccordionCollapse.spec.tsx +10 -0
- package/src/components/accordion/__tests__/CAccordionHeader.spec.tsx +16 -0
- package/src/components/accordion/__tests__/CAccordionItem.spec.tsx +16 -0
- package/src/components/accordion/__tests__/__snapshots__/CAccordion.spec.tsx.snap +21 -0
- package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.tsx.snap +21 -0
- package/src/components/accordion/__tests__/__snapshots__/CAccordionButton.spec.tsx.snap +23 -0
- package/src/components/accordion/__tests__/__snapshots__/CAccordionCollapse.spec.tsx.snap +11 -0
- package/src/components/accordion/__tests__/__snapshots__/CAccordionHeader.spec.tsx.snap +21 -0
- package/src/components/accordion/__tests__/__snapshots__/CAccordionItem.spec.tsx.snap +21 -0
- package/src/components/alert/CAlert.tsx +100 -0
- package/src/components/alert/CAlertHeading.tsx +36 -0
- package/src/components/alert/CAlertLink.tsx +31 -0
- package/src/components/alert/__tests__/CAlert.spec.tsx +45 -0
- package/src/components/alert/__tests__/CAlertHeading.spec.tsx +20 -0
- package/src/components/alert/__tests__/CAlertLink.spec.tsx +20 -0
- package/src/components/alert/__tests__/__snapshots__/CAlert.spec.tsx.snap +27 -0
- package/src/components/alert/__tests__/__snapshots__/CAlertHeading.spec.tsx.snap +21 -0
- package/src/components/alert/__tests__/__snapshots__/CAlertLink.spec.tsx.snap +22 -0
- package/src/components/avatar/CAvatar.tsx +87 -0
- package/src/components/avatar/__tests__/CAvatar.spec.tsx +54 -0
- package/src/components/avatar/__tests__/__snapshots__/CAvatar.spec.tsx.snap +40 -0
- package/src/components/backdrop/CBackdrop.tsx +41 -0
- package/src/components/backdrop/__tests__/CBackdrop.spec.tsx +31 -0
- package/src/components/backdrop/__tests__/__snapshots__/CBackdrop.spec.tsx.snap +23 -0
- package/src/components/badge/CBadge.tsx +84 -0
- package/src/components/badge/__tests__/CBadge.spec.tsx +22 -0
- package/src/components/badge/__tests__/__snapshots__/CBadge.spec.tsx.snap +21 -0
- package/src/components/breadcrumb/CBreadcrumb.tsx +30 -0
- package/src/components/breadcrumb/CBreadcrumbItem.tsx +46 -0
- package/src/components/breadcrumb/__tests__/CBreadcrumb.spec.tsx +22 -0
- package/src/components/breadcrumb/__tests__/CBreadcrumbItem.spec.tsx +21 -0
- package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumb.spec.tsx.snap +42 -0
- package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumbItem.spec.tsx.snap +22 -0
- package/src/components/button/CButton.tsx +112 -0
- package/src/components/button/__tests__/CButton.spec.tsx +44 -0
- package/src/components/button/__tests__/CButtonClose.spec.tsx +23 -0
- package/src/components/button/__tests__/__snapshots__/CButton.spec.tsx.snap +38 -0
- package/src/components/button/__tests__/__snapshots__/CButtonClose.spec.tsx.snap +24 -0
- package/src/components/button-group/CButtonGroup.tsx +45 -0
- package/src/components/button-group/CButtonToolbar.tsx +29 -0
- package/src/components/button-group/__tests__/CButtonGroup.spec.tsx +37 -0
- package/src/components/button-group/__tests__/CButtonToolbar.spec.tsx +29 -0
- package/src/components/button-group/__tests__/__snapshots__/CButtonGroup.spec.tsx.snap +63 -0
- package/src/components/button-group/__tests__/__snapshots__/CButtonToolbar.spec.tsx.snap +66 -0
- package/src/components/callout/CCallout.tsx +44 -0
- package/src/components/callout/__tests__/CCallout.spec.tsx +21 -0
- package/src/components/callout/__tests__/__snapshots__/CCallout.spec.tsx.snap +21 -0
- package/src/components/card/CCard.tsx +52 -0
- package/src/components/card/CCardBody.tsx +29 -0
- package/src/components/card/CCardFooter.tsx +29 -0
- package/src/components/card/CCardGroup.tsx +29 -0
- package/src/components/card/CCardHeader.tsx +36 -0
- package/src/components/card/CCardImage.tsx +43 -0
- package/src/components/card/CCardImageOverlay.tsx +29 -0
- package/src/components/card/CCardLink.tsx +35 -0
- package/src/components/card/CCardSubtitle.tsx +35 -0
- package/src/components/card/CCardText.tsx +36 -0
- package/src/components/card/CCardTitle.tsx +36 -0
- package/src/components/card/__tests__/CCard.spec.tsx +22 -0
- package/src/components/card/__tests__/CCardBody.spec.tsx +16 -0
- package/src/components/card/__tests__/CCardFooter.spec.tsx +16 -0
- package/src/components/card/__tests__/CCardGroup.spec.tsx +51 -0
- package/src/components/card/__tests__/CCardHeader.spec.tsx +20 -0
- package/src/components/card/__tests__/CCardImage.spec.tsx +18 -0
- package/src/components/card/__tests__/CCardImageOverlay.spec.tsx +17 -0
- package/src/components/card/__tests__/CCardLink.spec.tsx +20 -0
- package/src/components/card/__tests__/CCardSubtitle.spec.tsx +20 -0
- package/src/components/card/__tests__/CCardText.spec.tsx +20 -0
- package/src/components/card/__tests__/CCardTitle.spec.tsx +20 -0
- package/src/components/card/__tests__/__snapshots__/CCard.spec.tsx.snap +21 -0
- package/src/components/card/__tests__/__snapshots__/CCardBody.spec.tsx.snap +21 -0
- package/src/components/card/__tests__/__snapshots__/CCardFooter.spec.tsx.snap +21 -0
- package/src/components/card/__tests__/__snapshots__/CCardGroup.spec.tsx.snap +86 -0
- package/src/components/card/__tests__/__snapshots__/CCardHeader.spec.tsx.snap +21 -0
- package/src/components/card/__tests__/__snapshots__/CCardImage.spec.tsx.snap +17 -0
- package/src/components/card/__tests__/__snapshots__/CCardImageOverlay.spec.tsx.snap +19 -0
- package/src/components/card/__tests__/__snapshots__/CCardLink.spec.tsx.snap +22 -0
- package/src/components/card/__tests__/__snapshots__/CCardSubtitle.spec.tsx.snap +21 -0
- package/src/components/card/__tests__/__snapshots__/CCardText.spec.tsx.snap +21 -0
- package/src/components/card/__tests__/__snapshots__/CCardTitle.spec.tsx.snap +21 -0
- package/src/components/carousel/CCarousel.tsx +168 -0
- package/src/components/carousel/CCarouselCaption.tsx +24 -0
- package/src/components/carousel/CCarouselControl.tsx +56 -0
- package/src/components/carousel/CCarouselIndicators.tsx +49 -0
- package/src/components/carousel/CCarouselInner.tsx +41 -0
- package/src/components/carousel/CCarouselItem.tsx +110 -0
- package/src/components/carousel/__tests__/CCarousel.spec.tsx +275 -0
- package/src/components/carousel/__tests__/__snapshots__/CCarousel.spec.tsx.snap +376 -0
- package/src/components/close-button/CCloseButton.tsx +43 -0
- package/src/components/close-button/__tests__/CCloseButton.spec.tsx +24 -0
- package/src/components/close-button/__tests__/__snapshots__/CCloseButton.spec.tsx.snap +20 -0
- package/src/components/collapse/CCollapse.tsx +92 -0
- package/src/components/collapse/__tests__/CCollapse.spec.tsx +41 -0
- package/src/components/collapse/__tests__/__snapshots__/CCollapse.spec.tsx.snap +21 -0
- package/src/components/dropdown/CDropdown.tsx +205 -0
- package/src/components/dropdown/CDropdownDivider.tsx +24 -0
- package/src/components/dropdown/CDropdownHeader.tsx +36 -0
- package/src/components/dropdown/CDropdownItem.tsx +39 -0
- package/src/components/dropdown/CDropdownItemPlain.tsx +36 -0
- package/src/components/dropdown/CDropdownMenu.tsx +111 -0
- package/src/components/dropdown/CDropdownToggle.tsx +91 -0
- package/src/components/dropdown/__tests__/CDropdown.spec.tsx +95 -0
- package/src/components/dropdown/__tests__/CDropdownDivider.spec.tsx +16 -0
- package/src/components/dropdown/__tests__/CDropdownHeader.spec.tsx +20 -0
- package/src/components/dropdown/__tests__/CDropdownItem.spec.tsx +20 -0
- package/src/components/dropdown/__tests__/CDropdownItemPlain.spec.tsx +20 -0
- package/src/components/dropdown/__tests__/CDropdownMenu.spec.tsx +23 -0
- package/src/components/dropdown/__tests__/CDropdownToggle.spec.tsx +20 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdown.spec.tsx.snap +77 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownDivider.spec.tsx.snap +17 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownHeader.spec.tsx.snap +21 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownItem.spec.tsx.snap +21 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownItemPlain.spec.tsx.snap +21 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownMenu.spec.tsx.snap +29 -0
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownToggle.spec.tsx.snap +30 -0
- package/src/components/footer/CFooter.tsx +34 -0
- package/src/components/footer/__tests__/CFooter.spec.tsx +21 -0
- package/src/components/footer/__tests__/__snapshots__/CFooter.spec.tsx.snap +21 -0
- package/src/components/form/CForm.tsx +33 -0
- package/src/components/form/CFormCheck.tsx +156 -0
- package/src/components/form/CFormFeedback.tsx +59 -0
- package/src/components/form/CFormFloating.tsx +28 -0
- package/src/components/form/CFormInput.tsx +87 -0
- package/src/components/form/CFormLabel.tsx +33 -0
- package/src/components/form/CFormRange.tsx +53 -0
- package/src/components/form/CFormSelect.tsx +58 -0
- package/src/components/form/CFormSwitch.tsx +84 -0
- package/src/components/form/CFormText.tsx +35 -0
- package/src/components/form/CFormTextarea.tsx +68 -0
- package/src/components/form/CInputGroup.tsx +41 -0
- package/src/components/form/CInputGroupText.tsx +35 -0
- package/src/components/form/__tests__/CForm.spec.tsx +35 -0
- package/src/components/form/__tests__/CFormCheck.spec.tsx +33 -0
- package/src/components/form/__tests__/CFormControl.spec.tsx +44 -0
- package/src/components/form/__tests__/CFormFeedback.spec.tsx +29 -0
- package/src/components/form/__tests__/CFormFloating.spec.tsx +17 -0
- package/src/components/form/__tests__/CFormInput.spec.tsx +42 -0
- package/src/components/form/__tests__/CFormLabel.spec.tsx +17 -0
- package/src/components/form/__tests__/CFormRange.spec.tsx +33 -0
- package/src/components/form/__tests__/CFormSelect.spec.tsx +22 -0
- package/src/components/form/__tests__/CFormSwitch.spec.tsx +42 -0
- package/src/components/form/__tests__/CFormText.spec.tsx +20 -0
- package/src/components/form/__tests__/CFormTextarea.spec.tsx +32 -0
- package/src/components/form/__tests__/CInputGroup.spec.tsx +21 -0
- package/src/components/form/__tests__/CInputGroupText.spec.tsx +16 -0
- package/src/components/form/__tests__/__snapshots__/CForm.spec.tsx.snap +64 -0
- package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.tsx.snap +46 -0
- package/src/components/form/__tests__/__snapshots__/CFormControl.spec.tsx.snap +22 -0
- package/src/components/form/__tests__/__snapshots__/CFormFeedback.spec.tsx.snap +25 -0
- package/src/components/form/__tests__/__snapshots__/CFormFloating.spec.tsx.snap +19 -0
- package/src/components/form/__tests__/__snapshots__/CFormInput.spec.tsx.snap +31 -0
- package/src/components/form/__tests__/__snapshots__/CFormLabel.spec.tsx.snap +21 -0
- package/src/components/form/__tests__/__snapshots__/CFormRange.spec.tsx.snap +26 -0
- package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.tsx.snap +26 -0
- package/src/components/form/__tests__/__snapshots__/CFormSwitch.spec.tsx.snap +34 -0
- package/src/components/form/__tests__/__snapshots__/CFormText.spec.tsx.snap +21 -0
- package/src/components/form/__tests__/__snapshots__/CFormTextarea.spec.tsx.snap +23 -0
- package/src/components/form/__tests__/__snapshots__/CInputGroup.spec.tsx.snap +21 -0
- package/src/components/form/__tests__/__snapshots__/CInputGroupText.spec.tsx.snap +21 -0
- package/src/components/grid/CCol.tsx +144 -0
- package/src/components/grid/CContainer.tsx +80 -0
- package/src/components/grid/CRow.tsx +118 -0
- package/src/components/grid/__tests__/CCol.spec.tsx +42 -0
- package/src/components/grid/__tests__/CContainer.spec.tsx +31 -0
- package/src/components/grid/__tests__/CRow.spec.tsx +116 -0
- package/src/components/grid/__tests__/__snapshots__/CCol.spec.tsx.snap +31 -0
- package/src/components/grid/__tests__/__snapshots__/CContainer.spec.tsx.snap +31 -0
- package/src/components/grid/__tests__/__snapshots__/CRow.spec.tsx.snap +61 -0
- package/src/components/header/CHeader.tsx +60 -0
- package/src/components/header/CHeaderBrand.tsx +36 -0
- package/src/components/header/CHeaderDivider.tsx +24 -0
- package/src/components/header/CHeaderNav.tsx +36 -0
- package/src/components/header/CHeaderText.tsx +29 -0
- package/src/components/header/CHeaderToggler.tsx +29 -0
- package/src/components/header/__tests__/CHeader.spec.tsx +21 -0
- package/src/components/header/__tests__/CHeaderBrand.spec.tsx +20 -0
- package/src/components/header/__tests__/CHeaderDivider.spec.tsx +16 -0
- package/src/components/header/__tests__/CHeaderNav.spec.tsx +20 -0
- package/src/components/header/__tests__/CHeaderText.spec.tsx +16 -0
- package/src/components/header/__tests__/CHeaderToggler.spec.tsx +16 -0
- package/src/components/header/__tests__/__snapshots__/CHeader.spec.tsx.snap +25 -0
- package/src/components/header/__tests__/__snapshots__/CHeaderBrand.spec.tsx.snap +21 -0
- package/src/components/header/__tests__/__snapshots__/CHeaderDivider.spec.tsx.snap +21 -0
- package/src/components/header/__tests__/__snapshots__/CHeaderNav.spec.tsx.snap +23 -0
- package/src/components/header/__tests__/__snapshots__/CHeaderText.spec.tsx.snap +21 -0
- package/src/components/header/__tests__/__snapshots__/CHeaderToggler.spec.tsx.snap +23 -0
- package/src/components/image/CImage.tsx +52 -0
- package/src/components/image/__tests__/CImage.spec.tsx +28 -0
- package/src/components/image/__tests__/__snapshots__/CImage.spec.tsx.snap +25 -0
- package/src/components/index.ts +1 -0
- package/src/components/link/CLink.tsx +64 -0
- package/src/components/link/__tests__/CLink.spec.tsx +51 -0
- package/src/components/link/__tests__/__snapshots__/CLink.spec.tsx.snap +24 -0
- package/src/components/list-group/CListGroup.tsx +66 -0
- package/src/components/list-group/CListGroupItem.tsx +81 -0
- package/src/components/list-group/__tests__/CListGroup.spec.tsx +33 -0
- package/src/components/list-group/__tests__/CListGroupItem.spec.tsx +29 -0
- package/src/components/list-group/__tests__/__snapshots__/CListGroup.spec.tsx.snap +45 -0
- package/src/components/list-group/__tests__/__snapshots__/CListGroupItem.spec.tsx.snap +24 -0
- package/src/components/modal/CModal.tsx +221 -0
- package/src/components/modal/CModalBody.tsx +29 -0
- package/src/components/modal/CModalContent.tsx +29 -0
- package/src/components/modal/CModalDialog.tsx +65 -0
- package/src/components/modal/CModalFooter.tsx +29 -0
- package/src/components/modal/CModalHeader.tsx +36 -0
- package/src/components/modal/CModalTitle.tsx +36 -0
- package/src/components/modal/__tests__/CModal.spec.tsx +67 -0
- package/src/components/modal/__tests__/CModalBody.spec.tsx +16 -0
- package/src/components/modal/__tests__/CModalContent.spec.tsx +16 -0
- package/src/components/modal/__tests__/CModalDialog.spec.tsx +30 -0
- package/src/components/modal/__tests__/CModalFooter.spec.tsx +16 -0
- package/src/components/modal/__tests__/CModalHeader.spec.tsx +31 -0
- package/src/components/modal/__tests__/CModalTitle.spec.tsx +20 -0
- package/src/components/modal/__tests__/__snapshots__/CModal.spec.tsx.snap +13 -0
- package/src/components/modal/__tests__/__snapshots__/CModalBody.spec.tsx.snap +21 -0
- package/src/components/modal/__tests__/__snapshots__/CModalContent.spec.tsx.snap +21 -0
- package/src/components/modal/__tests__/__snapshots__/CModalDialog.spec.tsx.snap +21 -0
- package/src/components/modal/__tests__/__snapshots__/CModalFooter.spec.tsx.snap +21 -0
- package/src/components/modal/__tests__/__snapshots__/CModalHeader.spec.tsx.snap +21 -0
- package/src/components/modal/__tests__/__snapshots__/CModalTitle.spec.tsx.snap +21 -0
- package/src/components/nav/CNav.tsx +54 -0
- package/src/components/nav/CNavGroup.tsx +147 -0
- package/src/components/nav/CNavGroupItems.tsx +28 -0
- package/src/components/nav/CNavItem.tsx +29 -0
- package/src/components/nav/CNavLink.tsx +66 -0
- package/src/components/nav/CNavTitle.tsx +28 -0
- package/src/components/nav/__tests__/CNav.spec.tsx +62 -0
- package/src/components/nav/__tests__/CNavGroup.spec.tsx +25 -0
- package/src/components/nav/__tests__/CNavGroupItems.spec.tsx +16 -0
- package/src/components/nav/__tests__/CNavItem.spec.tsx +22 -0
- package/src/components/nav/__tests__/CNavLink.spec.tsx +25 -0
- package/src/components/nav/__tests__/CNavTitle.spec.tsx +16 -0
- package/src/components/nav/__tests__/__snapshots__/CNav.spec.tsx.snap +118 -0
- package/src/components/nav/__tests__/__snapshots__/CNavGroup.spec.tsx.snap +36 -0
- package/src/components/nav/__tests__/__snapshots__/CNavGroupItems.spec.tsx.snap +21 -0
- package/src/components/nav/__tests__/__snapshots__/CNavItem.spec.tsx.snap +45 -0
- package/src/components/nav/__tests__/__snapshots__/CNavLink.spec.tsx.snap +35 -0
- package/src/components/nav/__tests__/__snapshots__/CNavTitle.spec.tsx.snap +21 -0
- package/src/components/navbar/CNavbar.tsx +115 -0
- package/src/components/navbar/CNavbarBrand.tsx +40 -0
- package/src/components/navbar/CNavbarNav.tsx +36 -0
- package/src/components/navbar/CNavbarText.tsx +29 -0
- package/src/components/navbar/CNavbarToggler.tsx +29 -0
- package/src/components/navbar/__tests__/CNavbar.spec.tsx +46 -0
- package/src/components/navbar/__tests__/CNavbarBrand.spec.tsx +25 -0
- package/src/components/navbar/__tests__/CNavbarNav.spec.tsx +21 -0
- package/src/components/navbar/__tests__/CNavbarText.spec.tsx +16 -0
- package/src/components/navbar/__tests__/CNavbarToggler.spec.tsx +23 -0
- package/src/components/navbar/__tests__/__snapshots__/CNavbar.spec.tsx.snap +39 -0
- package/src/components/navbar/__tests__/__snapshots__/CNavbarBrand.spec.tsx.snap +33 -0
- package/src/components/navbar/__tests__/__snapshots__/CNavbarNav.spec.tsx.snap +23 -0
- package/src/components/navbar/__tests__/__snapshots__/CNavbarText.spec.tsx.snap +21 -0
- package/src/components/navbar/__tests__/__snapshots__/CNavbarToggler.spec.tsx.snap +38 -0
- package/src/components/offcanvas/COffcanvas.tsx +146 -0
- package/src/components/offcanvas/COffcanvasBody.tsx +29 -0
- package/src/components/offcanvas/COffcanvasHeader.tsx +29 -0
- package/src/components/offcanvas/COffcanvasTitle.tsx +36 -0
- package/src/components/offcanvas/__tests__/COffcanvas.spec.tsx +97 -0
- package/src/components/offcanvas/__tests__/COffcanvasBody.spec.tsx +17 -0
- package/src/components/offcanvas/__tests__/COffcanvasHeader.spec.tsx +17 -0
- package/src/components/offcanvas/__tests__/COffcanvasTitle.spec.tsx +21 -0
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.tsx.snap +45 -0
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasBody.spec.tsx.snap +19 -0
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasHeader.spec.tsx.snap +19 -0
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvasTitle.spec.tsx.snap +19 -0
- package/src/components/pagination/CPagination.tsx +45 -0
- package/src/components/pagination/CPaginationItem.tsx +57 -0
- package/src/components/pagination/__tests__/CPagination.spec.tsx +38 -0
- package/src/components/pagination/__tests__/CPaginationItem.spec.tsx +29 -0
- package/src/components/pagination/__tests__/__snapshots__/CPagination.spec.tsx.snap +65 -0
- package/src/components/pagination/__tests__/__snapshots__/CPaginationItem.spec.tsx.snap +30 -0
- package/src/components/popover/CPopover.tsx +137 -0
- package/src/components/popover/CPopoverContent.tsx +41 -0
- package/src/components/popover/__tests__/CPopover.spec.tsx +84 -0
- package/src/components/popover/__tests__/__snapshots__/CPopover.spec.tsx.snap +43 -0
- package/src/components/progress/CProgress.tsx +66 -0
- package/src/components/progress/CProgressBar.tsx +70 -0
- package/src/components/progress/__tests__/CProgress.spec.tsx +21 -0
- package/src/components/progress/__tests__/CProgressBar.spec.tsx +25 -0
- package/src/components/progress/__tests__/__snapshots__/CProgress.spec.tsx.snap +31 -0
- package/src/components/progress/__tests__/__snapshots__/CProgressBar.spec.tsx.snap +31 -0
- package/src/components/sidebar/CSidebar.tsx +197 -0
- package/src/components/sidebar/CSidebarBrand.tsx +28 -0
- package/src/components/sidebar/CSidebarFooter.tsx +28 -0
- package/src/components/sidebar/CSidebarHeader.tsx +28 -0
- package/src/components/sidebar/CSidebarNav.tsx +47 -0
- package/src/components/sidebar/CSidebarToggler.tsx +28 -0
- package/src/components/sidebar/__tests__/CSidebar.spec.tsx +55 -0
- package/src/components/sidebar/__tests__/CSidebarBrand.spec.tsx +16 -0
- package/src/components/sidebar/__tests__/CSidebarFooter.spec.tsx +16 -0
- package/src/components/sidebar/__tests__/CSidebarHeader.spec.tsx +16 -0
- package/src/components/sidebar/__tests__/CSidebarNav.spec.tsx +16 -0
- package/src/components/sidebar/__tests__/CSidebarToggler.spec.tsx +17 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.tsx.snap +31 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarBrand.spec.tsx.snap +22 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarFooter.spec.tsx.snap +21 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarHeader.spec.tsx.snap +21 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarNav.spec.tsx.snap +17 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebarToggler.spec.tsx.snap +19 -0
- package/src/components/spinner/CSpinner.tsx +79 -0
- package/src/components/spinner/__tests__/CSpinner.spec.tsx +22 -0
- package/src/components/spinner/__tests__/__snapshots__/CSpinner.spec.tsx.snap +31 -0
- package/src/components/table/CTable.tsx +129 -0
- package/src/components/table/CTableBody.tsx +43 -0
- package/src/components/table/CTableCaption.tsx +19 -0
- package/src/components/table/CTableDataCell.tsx +56 -0
- package/src/components/table/CTableFoot.tsx +43 -0
- package/src/components/table/CTableHead.tsx +43 -0
- package/src/components/table/CTableHeaderCell.tsx +43 -0
- package/src/components/table/CTableRow.tsx +55 -0
- package/src/components/table/__tests__/CTable.spec.tsx +105 -0
- package/src/components/table/__tests__/CTableBody.spec.tsx +30 -0
- package/src/components/table/__tests__/CTableCaption.spec.tsx +21 -0
- package/src/components/table/__tests__/CTableDataCell.spec.tsx +43 -0
- package/src/components/table/__tests__/CTableFoot.spec.tsx +30 -0
- package/src/components/table/__tests__/CTableHead.spec.tsx +30 -0
- package/src/components/table/__tests__/CTableHeaderCell.spec.tsx +39 -0
- package/src/components/table/__tests__/CTableRow.spec.tsx +37 -0
- package/src/components/table/__tests__/__snapshots__/CTable.spec.tsx.snap +117 -0
- package/src/components/table/__tests__/__snapshots__/CTableBody.spec.tsx.snap +21 -0
- package/src/components/table/__tests__/__snapshots__/CTableCaption.spec.tsx.snap +15 -0
- package/src/components/table/__tests__/__snapshots__/CTableDataCell.spec.tsx.snap +25 -0
- package/src/components/table/__tests__/__snapshots__/CTableFoot.spec.tsx.snap +21 -0
- package/src/components/table/__tests__/__snapshots__/CTableHead.spec.tsx.snap +21 -0
- package/src/components/table/__tests__/__snapshots__/CTableHeaderCell.spec.tsx.snap +25 -0
- package/src/components/table/__tests__/__snapshots__/CTableRow.spec.tsx.snap +23 -0
- package/src/components/tabs/CTabContent.tsx +28 -0
- package/src/components/tabs/CTabPane.tsx +60 -0
- package/src/components/tabs/__tests__/CTabContent.spec.tsx +16 -0
- package/src/components/tabs/__tests__/CTabPane.spec.tsx +51 -0
- package/src/components/tabs/__tests__/__snapshots__/CTabContent.spec.tsx.snap +21 -0
- package/src/components/tabs/__tests__/__snapshots__/CTabPane.spec.tsx.snap +23 -0
- package/src/components/toast/CToast.tsx +177 -0
- package/src/components/toast/CToastBody.tsx +28 -0
- package/src/components/toast/CToastClose.tsx +31 -0
- package/src/components/toast/CToastHeader.tsx +36 -0
- package/src/components/toast/CToaster.tsx +103 -0
- package/src/components/toast/__tests__/CToast.spec.tsx +87 -0
- package/src/components/toast/__tests__/CToastBody.spec.tsx +16 -0
- package/src/components/toast/__tests__/CToastHeader.spec.tsx +16 -0
- package/src/components/toast/__tests__/CToaster.spec.tsx +47 -0
- package/src/components/toast/__tests__/__snapshots__/CToast.spec.tsx.snap +27 -0
- package/src/components/toast/__tests__/__snapshots__/CToastBody.spec.tsx.snap +21 -0
- package/src/components/toast/__tests__/__snapshots__/CToastHeader.spec.tsx.snap +21 -0
- package/src/components/toast/__tests__/__snapshots__/CToaster.spec.tsx.snap +25 -0
- package/src/components/tooltip/CTooltip.tsx +116 -0
- package/src/components/tooltip/CTooltipContent.tsx +37 -0
- package/src/components/tooltip/__tests__/CTooltip.spec.tsx +50 -0
- package/src/components/tooltip/__tests__/__snapshots__/CTooltip.spec.tsx.snap +21 -0
- package/src/components/widgets/CWidgetStatsA.tsx +70 -0
- package/src/components/widgets/CWidgetStatsB.tsx +80 -0
- package/src/components/widgets/CWidgetStatsC.tsx +93 -0
- package/src/components/widgets/CWidgetStatsD.tsx +85 -0
- package/src/components/widgets/CWidgetStatsE.tsx +53 -0
- package/src/components/widgets/CWidgetStatsF.tsx +73 -0
- package/src/components/widgets/__tests__/CWidgetStatsA.spec.tsx +47 -0
- package/src/components/widgets/__tests__/CWidgetStatsB.spec.tsx +38 -0
- package/src/components/widgets/__tests__/CWidgetStatsC.spec.tsx +39 -0
- package/src/components/widgets/__tests__/CWidgetStatsD.spec.tsx +51 -0
- package/src/components/widgets/__tests__/CWidgetStatsE.spec.tsx +30 -0
- package/src/components/widgets/__tests__/CWidgetStatsF.spec.tsx +59 -0
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsA.spec.tsx.snap +40 -0
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsB.spec.tsx.snap +57 -0
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsC.spec.tsx.snap +59 -0
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsD.spec.tsx.snap +63 -0
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsE.spec.tsx.snap +36 -0
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsF.spec.tsx.snap +60 -0
- package/src/components/widgets/index.ts +8 -0
- package/src/index.ts +251 -0
- package/src/utils/hooks/index.ts +3 -0
- package/src/utils/hooks/useForkedRef.ts +45 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import React, {
|
|
2
|
+
CSSProperties,
|
|
3
|
+
forwardRef,
|
|
4
|
+
ReactNode,
|
|
5
|
+
useContext,
|
|
6
|
+
useEffect,
|
|
7
|
+
useRef,
|
|
8
|
+
useState,
|
|
9
|
+
} from 'react'
|
|
10
|
+
import PropTypes from 'prop-types'
|
|
11
|
+
import classNames from 'classnames'
|
|
12
|
+
import { Transition } from 'react-transition-group'
|
|
13
|
+
|
|
14
|
+
import { CNavContext } from '../sidebar/CSidebarNav'
|
|
15
|
+
export interface CNavGroupProps {
|
|
16
|
+
children?: ReactNode
|
|
17
|
+
/**
|
|
18
|
+
* A string of all className you want applied to the component. [docs]
|
|
19
|
+
*/
|
|
20
|
+
className?: string
|
|
21
|
+
/**
|
|
22
|
+
* Make nav group more compact by cutting all `padding` in half. [docs]
|
|
23
|
+
*/
|
|
24
|
+
compact?: boolean
|
|
25
|
+
/**
|
|
26
|
+
* Set group toggler label. [docs]
|
|
27
|
+
*/
|
|
28
|
+
toggler?: string | ReactNode
|
|
29
|
+
/**
|
|
30
|
+
* Show nav group items. [docs]
|
|
31
|
+
*/
|
|
32
|
+
visible?: boolean
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
idx?: string
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export const CNavGroup = forwardRef<HTMLLIElement, CNavGroupProps>(
|
|
40
|
+
({ children, className, compact, idx, toggler, visible, ...rest }, ref) => {
|
|
41
|
+
const [height, setHeight] = useState<number | string>()
|
|
42
|
+
const navItemsRef = useRef<HTMLUListElement>(null)
|
|
43
|
+
|
|
44
|
+
const { visibleGroup, setVisibleGroup } = useContext(CNavContext)
|
|
45
|
+
|
|
46
|
+
const [_visible, setVisible] = useState(
|
|
47
|
+
Boolean(
|
|
48
|
+
visible || (idx && visibleGroup && visibleGroup.toString().startsWith(idx.toString())),
|
|
49
|
+
),
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
useEffect(() => {
|
|
53
|
+
setVisible(Boolean(idx && visibleGroup && visibleGroup.toString().startsWith(idx.toString())))
|
|
54
|
+
}, [visibleGroup])
|
|
55
|
+
|
|
56
|
+
const handleTogglerOnCLick = (event: React.MouseEvent<HTMLElement>) => {
|
|
57
|
+
event.preventDefault()
|
|
58
|
+
setVisibleGroup(
|
|
59
|
+
_visible ? (idx?.toString().includes('.') ? idx.slice(0, idx.lastIndexOf('.')) : '') : idx,
|
|
60
|
+
)
|
|
61
|
+
setVisible(!_visible)
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
const style: CSSProperties = {
|
|
65
|
+
height: 0,
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const onEntering = () => {
|
|
69
|
+
navItemsRef && navItemsRef.current && setHeight(navItemsRef.current.scrollHeight)
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
const onEntered = () => {
|
|
73
|
+
setHeight('auto')
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
const onExit = () => {
|
|
77
|
+
navItemsRef && navItemsRef.current && setHeight(navItemsRef.current.scrollHeight)
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
const onExiting = () => {
|
|
81
|
+
// @ts-expect-error reflow is necessary to get correct height of the element
|
|
82
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
83
|
+
const reflow = navItemsRef && navItemsRef.current && navItemsRef.current.offsetHeight
|
|
84
|
+
setHeight(0)
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
const onExited = () => {
|
|
88
|
+
setHeight(0)
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
const transitionStyles = {
|
|
92
|
+
entering: { display: 'block', height: height },
|
|
93
|
+
entered: { display: 'block', height: height },
|
|
94
|
+
exiting: { display: 'block', height: height },
|
|
95
|
+
exited: { height: height },
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
const _className = classNames('nav-group', { show: _visible }, className)
|
|
99
|
+
|
|
100
|
+
return (
|
|
101
|
+
<li className={_className} {...rest} ref={ref}>
|
|
102
|
+
{toggler && (
|
|
103
|
+
<a className="nav-link nav-group-toggle" onClick={(event) => handleTogglerOnCLick(event)}>
|
|
104
|
+
{toggler}
|
|
105
|
+
</a>
|
|
106
|
+
)}
|
|
107
|
+
<Transition
|
|
108
|
+
in={_visible}
|
|
109
|
+
timeout={300}
|
|
110
|
+
onEntering={onEntering}
|
|
111
|
+
onEntered={onEntered}
|
|
112
|
+
onExit={onExit}
|
|
113
|
+
onExiting={onExiting}
|
|
114
|
+
onExited={onExited}
|
|
115
|
+
>
|
|
116
|
+
{(state) => (
|
|
117
|
+
<ul
|
|
118
|
+
className={classNames('nav-group-items', {
|
|
119
|
+
compact: compact,
|
|
120
|
+
})}
|
|
121
|
+
style={{ ...style, ...transitionStyles[state] }}
|
|
122
|
+
ref={navItemsRef}
|
|
123
|
+
>
|
|
124
|
+
{React.Children.map(children, (child, index) => {
|
|
125
|
+
if (React.isValidElement(child)) {
|
|
126
|
+
return React.cloneElement(child, { key: index, idx: `${idx}.${index}` })
|
|
127
|
+
}
|
|
128
|
+
return
|
|
129
|
+
})}
|
|
130
|
+
</ul>
|
|
131
|
+
)}
|
|
132
|
+
</Transition>
|
|
133
|
+
</li>
|
|
134
|
+
)
|
|
135
|
+
},
|
|
136
|
+
)
|
|
137
|
+
|
|
138
|
+
CNavGroup.propTypes = {
|
|
139
|
+
children: PropTypes.node,
|
|
140
|
+
className: PropTypes.string,
|
|
141
|
+
compact: PropTypes.bool,
|
|
142
|
+
idx: PropTypes.string,
|
|
143
|
+
toggler: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
|
|
144
|
+
visible: PropTypes.bool,
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
CNavGroup.displayName = 'CNavGroup'
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React, { forwardRef, HTMLAttributes } from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import classNames from 'classnames'
|
|
4
|
+
|
|
5
|
+
export interface CNavGroupItemsProps extends HTMLAttributes<HTMLUListElement> {
|
|
6
|
+
/**
|
|
7
|
+
* A string of all className you want applied to the component. [docs]
|
|
8
|
+
*/
|
|
9
|
+
className?: string
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export const CNavGroupItems = forwardRef<HTMLUListElement, CNavGroupItemsProps>(
|
|
13
|
+
({ children, className, ...rest }, ref) => {
|
|
14
|
+
const _className = classNames('nav-group-items', className)
|
|
15
|
+
return (
|
|
16
|
+
<ul className={_className} {...rest} ref={ref}>
|
|
17
|
+
{children}
|
|
18
|
+
</ul>
|
|
19
|
+
)
|
|
20
|
+
},
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
CNavGroupItems.propTypes = {
|
|
24
|
+
children: PropTypes.node,
|
|
25
|
+
className: PropTypes.string,
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
CNavGroupItems.displayName = 'CNavGroupItems'
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React, { forwardRef } from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import classNames from 'classnames'
|
|
4
|
+
import { CNavLink, CNavLinkProps } from './CNavLink'
|
|
5
|
+
|
|
6
|
+
export const CNavItem = forwardRef<HTMLLIElement, CNavLinkProps>(
|
|
7
|
+
({ children, className, ...rest }, ref) => {
|
|
8
|
+
const _className = classNames('nav-item', className)
|
|
9
|
+
if (rest.href || rest.to) {
|
|
10
|
+
children = (
|
|
11
|
+
<CNavLink className={className} {...rest}>
|
|
12
|
+
{children}
|
|
13
|
+
</CNavLink>
|
|
14
|
+
)
|
|
15
|
+
}
|
|
16
|
+
return (
|
|
17
|
+
<li className={_className} ref={ref}>
|
|
18
|
+
{children}
|
|
19
|
+
</li>
|
|
20
|
+
)
|
|
21
|
+
},
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
CNavItem.propTypes = {
|
|
25
|
+
children: PropTypes.node,
|
|
26
|
+
className: PropTypes.string,
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
CNavItem.displayName = 'CNavItem'
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React, { ElementType, forwardRef, useContext, useEffect, useRef } from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import classNames from 'classnames'
|
|
4
|
+
|
|
5
|
+
import { useForkedRef } from '../../utils/hooks'
|
|
6
|
+
|
|
7
|
+
import { CNavContext } from '../sidebar/CSidebarNav'
|
|
8
|
+
import { CLinkProps, CLink } from '../link/CLink'
|
|
9
|
+
export interface CNavLinkProps extends Omit<CLinkProps, 'idx'> {
|
|
10
|
+
/**
|
|
11
|
+
* Toggle the active state for the component. [docs]
|
|
12
|
+
*/
|
|
13
|
+
active?: boolean
|
|
14
|
+
/**
|
|
15
|
+
* A string of all className you want applied to the component. [docs]
|
|
16
|
+
*/
|
|
17
|
+
className?: string
|
|
18
|
+
/**
|
|
19
|
+
* Component used for the root node. Either a string to use a HTML element or a component. [docs]
|
|
20
|
+
*
|
|
21
|
+
* @default 'a'
|
|
22
|
+
*/
|
|
23
|
+
component?: string | ElementType
|
|
24
|
+
/**
|
|
25
|
+
* Toggle the disabled state for the component. [docs]
|
|
26
|
+
*/
|
|
27
|
+
disabled?: boolean
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
idx?: string
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
to?: string
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export const CNavLink = forwardRef<
|
|
39
|
+
HTMLButtonElement | HTMLAnchorElement | HTMLLIElement,
|
|
40
|
+
CNavLinkProps
|
|
41
|
+
>(({ children, className, idx, ...rest }, ref) => {
|
|
42
|
+
const navLinkRef = useRef<HTMLAnchorElement>(null)
|
|
43
|
+
const forkedRef = useForkedRef(ref, navLinkRef)
|
|
44
|
+
|
|
45
|
+
const { setVisibleGroup } = useContext(CNavContext)
|
|
46
|
+
const _className = classNames('nav-link', className)
|
|
47
|
+
|
|
48
|
+
useEffect(() => {
|
|
49
|
+
rest.active = navLinkRef.current?.classList.contains('active')
|
|
50
|
+
idx && rest.active && setVisibleGroup(idx)
|
|
51
|
+
}, [rest.active, className])
|
|
52
|
+
|
|
53
|
+
return (
|
|
54
|
+
<CLink className={_className} {...rest} ref={forkedRef}>
|
|
55
|
+
{children}
|
|
56
|
+
</CLink>
|
|
57
|
+
)
|
|
58
|
+
})
|
|
59
|
+
|
|
60
|
+
CNavLink.propTypes = {
|
|
61
|
+
children: PropTypes.node,
|
|
62
|
+
className: PropTypes.string,
|
|
63
|
+
idx: PropTypes.string,
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
CNavLink.displayName = 'CNavLink'
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React, { forwardRef, HTMLAttributes } from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import classNames from 'classnames'
|
|
4
|
+
|
|
5
|
+
export interface CNavTitleProps extends HTMLAttributes<HTMLLIElement> {
|
|
6
|
+
/**
|
|
7
|
+
* A string of all className you want applied to the component. [docs]
|
|
8
|
+
*/
|
|
9
|
+
className?: string
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export const CNavTitle = forwardRef<HTMLLIElement, CNavTitleProps>(
|
|
13
|
+
({ children, className, ...rest }, ref) => {
|
|
14
|
+
const _className = classNames('nav-title', className)
|
|
15
|
+
return (
|
|
16
|
+
<li className={_className} {...rest} ref={ref}>
|
|
17
|
+
{children}
|
|
18
|
+
</li>
|
|
19
|
+
)
|
|
20
|
+
},
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
CNavTitle.propTypes = {
|
|
24
|
+
children: PropTypes.node,
|
|
25
|
+
className: PropTypes.string,
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
CNavTitle.displayName = 'CNavTitle'
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { render } from '@testing-library/react'
|
|
3
|
+
import '@testing-library/jest-dom/extend-expect'
|
|
4
|
+
import {
|
|
5
|
+
CNav,
|
|
6
|
+
CNavItem,
|
|
7
|
+
CNavLink,
|
|
8
|
+
CDropdown,
|
|
9
|
+
CDropdownToggle,
|
|
10
|
+
CDropdownMenu,
|
|
11
|
+
CDropdownItem,
|
|
12
|
+
} from '../../../index'
|
|
13
|
+
|
|
14
|
+
test('loads and displays CNav component', async () => {
|
|
15
|
+
const { container } = render(<CNav>Test</CNav>)
|
|
16
|
+
expect(container).toMatchSnapshot()
|
|
17
|
+
})
|
|
18
|
+
|
|
19
|
+
test('CNav customize', async () => {
|
|
20
|
+
const { container } = render(
|
|
21
|
+
<CNav className="bazinga" component="h3" layout="justified" variant="pills">
|
|
22
|
+
Test
|
|
23
|
+
</CNav>,
|
|
24
|
+
)
|
|
25
|
+
expect(container).toMatchSnapshot()
|
|
26
|
+
expect(container.firstChild).toHaveClass('nav')
|
|
27
|
+
expect(container.firstChild).toHaveClass('nav-justified')
|
|
28
|
+
expect(container.firstChild).toHaveClass('nav-pills')
|
|
29
|
+
expect(container.firstChild).toHaveClass('bazinga')
|
|
30
|
+
})
|
|
31
|
+
|
|
32
|
+
test('CNav example', async () => {
|
|
33
|
+
const { container } = render(
|
|
34
|
+
<CNav>
|
|
35
|
+
<CNavItem>
|
|
36
|
+
<CNavLink href="#" active>
|
|
37
|
+
Active
|
|
38
|
+
</CNavLink>
|
|
39
|
+
</CNavItem>
|
|
40
|
+
<CNavItem>
|
|
41
|
+
<CNavLink href="#">Link</CNavLink>
|
|
42
|
+
</CNavItem>
|
|
43
|
+
<CDropdown variant="nav-item">
|
|
44
|
+
<CDropdownToggle>A</CDropdownToggle>
|
|
45
|
+
<CDropdownMenu>
|
|
46
|
+
<CDropdownItem href="#">B</CDropdownItem>
|
|
47
|
+
<CDropdownItem href="#">C</CDropdownItem>
|
|
48
|
+
<CDropdownItem href="#">D</CDropdownItem>
|
|
49
|
+
</CDropdownMenu>
|
|
50
|
+
</CDropdown>
|
|
51
|
+
<CNavItem>
|
|
52
|
+
<CNavLink href="#">Link</CNavLink>
|
|
53
|
+
</CNavItem>
|
|
54
|
+
<CNavItem>
|
|
55
|
+
<CNavLink href="#" disabled>
|
|
56
|
+
Disabled
|
|
57
|
+
</CNavLink>
|
|
58
|
+
</CNavItem>
|
|
59
|
+
</CNav>,
|
|
60
|
+
)
|
|
61
|
+
expect(container).toMatchSnapshot()
|
|
62
|
+
})
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { render } from '@testing-library/react'
|
|
3
|
+
import '@testing-library/jest-dom/extend-expect'
|
|
4
|
+
import { CNavGroup } from '../../../index'
|
|
5
|
+
|
|
6
|
+
test('loads and displays CNavGroup component', async () => {
|
|
7
|
+
const { container } = render(<CNavGroup toggler="anchorText" />)
|
|
8
|
+
expect(container).toMatchSnapshot()
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
test('CNavGroup customize', async () => {
|
|
12
|
+
const { container } = render(
|
|
13
|
+
<CNavGroup className="bazinga" toggler="anchorText" visible={true} idx="1" />,
|
|
14
|
+
)
|
|
15
|
+
expect(container).toMatchSnapshot()
|
|
16
|
+
expect(container.firstChild).toHaveClass('nav-group')
|
|
17
|
+
expect(container.firstChild).toHaveClass('bazinga')
|
|
18
|
+
const arr = container.getElementsByClassName('nav-link')
|
|
19
|
+
if (arr.length > 0) {
|
|
20
|
+
//expect(arr[0].innerText).toHaveTextContent('anchorText')
|
|
21
|
+
expect(arr[0].innerHTML).toBe('anchorText')
|
|
22
|
+
} else {
|
|
23
|
+
expect(true).toBe(false)
|
|
24
|
+
}
|
|
25
|
+
})
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { render } from '@testing-library/react'
|
|
3
|
+
import '@testing-library/jest-dom/extend-expect'
|
|
4
|
+
import { CNavGroupItems } from '../../../index'
|
|
5
|
+
|
|
6
|
+
test('loads and displays CNavGroupItems component', async () => {
|
|
7
|
+
const { container } = render(<CNavGroupItems>Test</CNavGroupItems>)
|
|
8
|
+
expect(container).toMatchSnapshot()
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
test('CNavGroupItems customize', async () => {
|
|
12
|
+
const { container } = render(<CNavGroupItems className="bazinga">Test</CNavGroupItems>)
|
|
13
|
+
expect(container).toMatchSnapshot()
|
|
14
|
+
expect(container.firstChild).toHaveClass('nav-group-items')
|
|
15
|
+
expect(container.firstChild).toHaveClass('bazinga')
|
|
16
|
+
})
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { render } from '@testing-library/react'
|
|
3
|
+
import '@testing-library/jest-dom/extend-expect'
|
|
4
|
+
import { CNavItem } from '../../../index'
|
|
5
|
+
|
|
6
|
+
test('loads and displays CNavItem component', async () => {
|
|
7
|
+
const { container } = render(<CNavItem>Test</CNavItem>)
|
|
8
|
+
expect(container).toMatchSnapshot()
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
test('CNavItem customize', async () => {
|
|
12
|
+
const { container } = render(
|
|
13
|
+
<CNavItem active={true} className="bazinga" component="h3" disabled={true} href="/bazinga">
|
|
14
|
+
Test
|
|
15
|
+
</CNavItem>,
|
|
16
|
+
)
|
|
17
|
+
expect(container).toMatchSnapshot()
|
|
18
|
+
expect(container.firstChild?.firstChild).toHaveClass('nav-link')
|
|
19
|
+
expect(container.firstChild).toHaveClass('nav-item')
|
|
20
|
+
expect(container.firstChild).toHaveClass('bazinga')
|
|
21
|
+
expect(container).toMatchSnapshot()
|
|
22
|
+
})
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { render } from '@testing-library/react'
|
|
3
|
+
import '@testing-library/jest-dom/extend-expect'
|
|
4
|
+
import { CNavLink } from '../../../index'
|
|
5
|
+
|
|
6
|
+
test('loads and displays CNavLink component', async () => {
|
|
7
|
+
const { container } = render(<CNavLink>Test</CNavLink>)
|
|
8
|
+
expect(container).toMatchSnapshot()
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
test('CNavLink customize', async () => {
|
|
12
|
+
const { container } = render(
|
|
13
|
+
<CNavLink active={true} className="bazinga" component="h3" disabled={true} href="/bazinga">
|
|
14
|
+
Test
|
|
15
|
+
</CNavLink>,
|
|
16
|
+
)
|
|
17
|
+
expect(container).toMatchSnapshot()
|
|
18
|
+
expect(container.firstChild).toHaveClass('nav-link')
|
|
19
|
+
expect(container.firstChild).toHaveClass('bazinga')
|
|
20
|
+
})
|
|
21
|
+
|
|
22
|
+
test('CNavLink witch "to" prop', async () => {
|
|
23
|
+
const { container } = render(<CNavLink to="/bazinga">Test</CNavLink>)
|
|
24
|
+
expect(container).toMatchSnapshot()
|
|
25
|
+
})
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import { render } from '@testing-library/react'
|
|
3
|
+
import '@testing-library/jest-dom/extend-expect'
|
|
4
|
+
import { CNavTitle } from '../../../index'
|
|
5
|
+
|
|
6
|
+
test('loads and displays CNavTitle component', async () => {
|
|
7
|
+
const { container } = render(<CNavTitle>Test</CNavTitle>)
|
|
8
|
+
expect(container).toMatchSnapshot()
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
test('CNavTitle customize', async () => {
|
|
12
|
+
const { container } = render(<CNavTitle className="bazinga">Test</CNavTitle>)
|
|
13
|
+
expect(container).toMatchSnapshot()
|
|
14
|
+
expect(container.firstChild).toHaveClass('nav-title')
|
|
15
|
+
expect(container.firstChild).toHaveClass('bazinga')
|
|
16
|
+
})
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`CNav customize 1`] = `
|
|
4
|
+
<div>
|
|
5
|
+
<h3
|
|
6
|
+
class="nav nav-justified nav-pills bazinga"
|
|
7
|
+
role="navigation"
|
|
8
|
+
>
|
|
9
|
+
Test
|
|
10
|
+
</h3>
|
|
11
|
+
</div>
|
|
12
|
+
`;
|
|
13
|
+
|
|
14
|
+
exports[`CNav example 1`] = `
|
|
15
|
+
<div>
|
|
16
|
+
<ul
|
|
17
|
+
class="nav"
|
|
18
|
+
role="navigation"
|
|
19
|
+
>
|
|
20
|
+
<li
|
|
21
|
+
class="nav-item"
|
|
22
|
+
>
|
|
23
|
+
<a
|
|
24
|
+
aria-current="page"
|
|
25
|
+
class="nav-link active"
|
|
26
|
+
href="#"
|
|
27
|
+
>
|
|
28
|
+
Active
|
|
29
|
+
</a>
|
|
30
|
+
</li>
|
|
31
|
+
<li
|
|
32
|
+
class="nav-item"
|
|
33
|
+
>
|
|
34
|
+
<a
|
|
35
|
+
class="nav-link"
|
|
36
|
+
href="#"
|
|
37
|
+
>
|
|
38
|
+
Link
|
|
39
|
+
</a>
|
|
40
|
+
</li>
|
|
41
|
+
<li
|
|
42
|
+
class="nav-item dropdown"
|
|
43
|
+
>
|
|
44
|
+
<a
|
|
45
|
+
aria-expanded="false"
|
|
46
|
+
class="dropdown-toggle nav-link"
|
|
47
|
+
href="#"
|
|
48
|
+
>
|
|
49
|
+
A
|
|
50
|
+
</a>
|
|
51
|
+
<ul
|
|
52
|
+
aria-hidden="true"
|
|
53
|
+
class="dropdown-menu"
|
|
54
|
+
role="menu"
|
|
55
|
+
>
|
|
56
|
+
<li>
|
|
57
|
+
<a
|
|
58
|
+
class="dropdown-item"
|
|
59
|
+
href="#"
|
|
60
|
+
>
|
|
61
|
+
B
|
|
62
|
+
</a>
|
|
63
|
+
</li>
|
|
64
|
+
<li>
|
|
65
|
+
<a
|
|
66
|
+
class="dropdown-item"
|
|
67
|
+
href="#"
|
|
68
|
+
>
|
|
69
|
+
C
|
|
70
|
+
</a>
|
|
71
|
+
</li>
|
|
72
|
+
<li>
|
|
73
|
+
<a
|
|
74
|
+
class="dropdown-item"
|
|
75
|
+
href="#"
|
|
76
|
+
>
|
|
77
|
+
D
|
|
78
|
+
</a>
|
|
79
|
+
</li>
|
|
80
|
+
</ul>
|
|
81
|
+
</li>
|
|
82
|
+
<li
|
|
83
|
+
class="nav-item"
|
|
84
|
+
>
|
|
85
|
+
<a
|
|
86
|
+
class="nav-link"
|
|
87
|
+
href="#"
|
|
88
|
+
>
|
|
89
|
+
Link
|
|
90
|
+
</a>
|
|
91
|
+
</li>
|
|
92
|
+
<li
|
|
93
|
+
class="nav-item"
|
|
94
|
+
>
|
|
95
|
+
<a
|
|
96
|
+
aria-disabled="true"
|
|
97
|
+
class="nav-link disabled"
|
|
98
|
+
disabled=""
|
|
99
|
+
href="#"
|
|
100
|
+
tabindex="-1"
|
|
101
|
+
>
|
|
102
|
+
Disabled
|
|
103
|
+
</a>
|
|
104
|
+
</li>
|
|
105
|
+
</ul>
|
|
106
|
+
</div>
|
|
107
|
+
`;
|
|
108
|
+
|
|
109
|
+
exports[`loads and displays CNav component 1`] = `
|
|
110
|
+
<div>
|
|
111
|
+
<ul
|
|
112
|
+
class="nav"
|
|
113
|
+
role="navigation"
|
|
114
|
+
>
|
|
115
|
+
Test
|
|
116
|
+
</ul>
|
|
117
|
+
</div>
|
|
118
|
+
`;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`CNavGroup customize 1`] = `
|
|
4
|
+
<div>
|
|
5
|
+
<li
|
|
6
|
+
class="nav-group bazinga"
|
|
7
|
+
>
|
|
8
|
+
<a
|
|
9
|
+
class="nav-link nav-group-toggle"
|
|
10
|
+
>
|
|
11
|
+
anchorText
|
|
12
|
+
</a>
|
|
13
|
+
<ul
|
|
14
|
+
class="nav-group-items"
|
|
15
|
+
style="display: block; height: 0px;"
|
|
16
|
+
/>
|
|
17
|
+
</li>
|
|
18
|
+
</div>
|
|
19
|
+
`;
|
|
20
|
+
|
|
21
|
+
exports[`loads and displays CNavGroup component 1`] = `
|
|
22
|
+
<div>
|
|
23
|
+
<li
|
|
24
|
+
class="nav-group"
|
|
25
|
+
>
|
|
26
|
+
<a
|
|
27
|
+
class="nav-link nav-group-toggle"
|
|
28
|
+
>
|
|
29
|
+
anchorText
|
|
30
|
+
</a>
|
|
31
|
+
<ul
|
|
32
|
+
class="nav-group-items"
|
|
33
|
+
/>
|
|
34
|
+
</li>
|
|
35
|
+
</div>
|
|
36
|
+
`;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`CNavGroupItems customize 1`] = `
|
|
4
|
+
<div>
|
|
5
|
+
<ul
|
|
6
|
+
class="nav-group-items bazinga"
|
|
7
|
+
>
|
|
8
|
+
Test
|
|
9
|
+
</ul>
|
|
10
|
+
</div>
|
|
11
|
+
`;
|
|
12
|
+
|
|
13
|
+
exports[`loads and displays CNavGroupItems component 1`] = `
|
|
14
|
+
<div>
|
|
15
|
+
<ul
|
|
16
|
+
class="nav-group-items"
|
|
17
|
+
>
|
|
18
|
+
Test
|
|
19
|
+
</ul>
|
|
20
|
+
</div>
|
|
21
|
+
`;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`CNavItem customize 1`] = `
|
|
4
|
+
<div>
|
|
5
|
+
<li
|
|
6
|
+
class="nav-item bazinga"
|
|
7
|
+
>
|
|
8
|
+
<h3
|
|
9
|
+
aria-current="page"
|
|
10
|
+
class="nav-link bazinga active disabled"
|
|
11
|
+
disabled=""
|
|
12
|
+
href="/bazinga"
|
|
13
|
+
>
|
|
14
|
+
Test
|
|
15
|
+
</h3>
|
|
16
|
+
</li>
|
|
17
|
+
</div>
|
|
18
|
+
`;
|
|
19
|
+
|
|
20
|
+
exports[`CNavItem customize 2`] = `
|
|
21
|
+
<div>
|
|
22
|
+
<li
|
|
23
|
+
class="nav-item bazinga"
|
|
24
|
+
>
|
|
25
|
+
<h3
|
|
26
|
+
aria-current="page"
|
|
27
|
+
class="nav-link bazinga active disabled"
|
|
28
|
+
disabled=""
|
|
29
|
+
href="/bazinga"
|
|
30
|
+
>
|
|
31
|
+
Test
|
|
32
|
+
</h3>
|
|
33
|
+
</li>
|
|
34
|
+
</div>
|
|
35
|
+
`;
|
|
36
|
+
|
|
37
|
+
exports[`loads and displays CNavItem component 1`] = `
|
|
38
|
+
<div>
|
|
39
|
+
<li
|
|
40
|
+
class="nav-item"
|
|
41
|
+
>
|
|
42
|
+
Test
|
|
43
|
+
</li>
|
|
44
|
+
</div>
|
|
45
|
+
`;
|