├── .eslintrc.json ├── .github └── workflows │ ├── ci.yaml │ └── production.yaml ├── .gitignore ├── .husky ├── commit-msg └── pre-commit ├── .prettierignore ├── .prettierrc ├── .vscode └── settings.json ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── Contribute.md ├── License ├── README.md ├── app ├── blog │ ├── [slug] │ │ └── page.tsx │ └── page.tsx ├── components │ ├── Blog.tsx │ ├── BlogHeader.tsx │ ├── CodeHighlight.tsx │ ├── CodeHighlightPreview.tsx │ ├── Command │ │ └── index.tsx │ ├── Community.tsx │ ├── ComponentApi.tsx │ ├── ComponentUI.tsx │ ├── DocSidebar.tsx │ ├── DocsContentLayout.tsx │ ├── EditPage.tsx │ ├── Faq.tsx │ ├── Footer.tsx │ ├── Header.tsx │ ├── Hero.tsx │ ├── PropertiesTable.tsx │ ├── Search.tsx │ ├── SearchBar.tsx │ ├── TableOfContent.tsx │ ├── ThemeProvider.tsx │ ├── ThemeSwitcher.tsx │ ├── ToastTheme.tsx │ └── TopProgressBar.tsx ├── docs.css ├── docs │ ├── components │ │ ├── accordion │ │ │ ├── accordion.mdx │ │ │ ├── accordionApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── AccordionFlush.tsx │ │ │ │ ├── AccordionMultiple.tsx │ │ │ │ ├── AccordionOpenPanel.tsx │ │ │ │ ├── DefaultAccordion.tsx │ │ │ │ └── DisabledAccordion.tsx │ │ ├── alert │ │ │ ├── alert.mdx │ │ │ ├── alertApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── AlertColorVariant.tsx │ │ │ │ ├── AlertWithBgColor.tsx │ │ │ │ ├── AlertWithDismissIcon.tsx │ │ │ │ └── DefaultAlert.tsx │ │ ├── areaChart │ │ │ ├── AreaChart.mdx │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultAreaChart.tsx │ │ │ │ ├── FillColoredChart.tsx │ │ │ │ ├── FillColoredSeries.tsx │ │ │ │ ├── GradientColor.tsx │ │ │ │ ├── GradientColorSeries.tsx │ │ │ │ └── Installation.ts │ │ ├── avatar │ │ │ ├── avatar.mdx │ │ │ ├── avatarApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── AvatarGroup.tsx │ │ │ │ └── DefaultAvatar.tsx │ │ ├── badge │ │ │ ├── badge.mdx │ │ │ ├── badgeApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── ColorsOfBadge.tsx │ │ │ │ ├── DefaultBadge.tsx │ │ │ │ └── VariantOfBadge.tsx │ │ ├── barChart │ │ │ ├── BarChart.mdx │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultBarChart.tsx │ │ │ │ ├── FillBarLabel.tsx │ │ │ │ ├── FillColoredBar.tsx │ │ │ │ ├── FillColoredSeries.tsx │ │ │ │ ├── Installation.ts │ │ │ │ └── StackBar.tsx │ │ ├── breadcrumb │ │ │ ├── breadcrumb.mdx │ │ │ ├── breadcrumbApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── BreadcrumbCollapsed.tsx │ │ │ │ ├── BreadcrumbWithIcon.tsx │ │ │ │ └── DefaultBreadcrumb.tsx │ │ ├── button │ │ │ ├── button.mdx │ │ │ ├── buttonApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultButton.tsx │ │ │ │ ├── KeepButtonColor.tsx │ │ │ │ ├── KeepButtonIcon.tsx │ │ │ │ ├── KeepButtonShape.tsx │ │ │ │ ├── KeepButtonSize.tsx │ │ │ │ ├── KeepButtonType.tsx │ │ │ │ └── RadiusButton.tsx │ │ ├── buttonGroup │ │ │ ├── buttonGroup.mdx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── ButtonGroupWithIcon.tsx │ │ │ │ ├── ButtonGroupWithOnlyIcon.tsx │ │ │ │ └── DefaultButtonGroup.tsx │ │ ├── card │ │ │ ├── card.mdx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── CardWithAvatar.tsx │ │ │ │ ├── DefaultCard.tsx │ │ │ │ ├── ProductCard.tsx │ │ │ │ └── RegisterCard.tsx │ │ ├── carousel │ │ │ ├── carousel.mdx │ │ │ ├── carouselApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── CarouselWithAutoPlay.tsx │ │ │ │ ├── CarouselWithClassNames.tsx │ │ │ │ ├── CarouselWithLoop.tsx │ │ │ │ ├── DefaultCarousel.tsx │ │ │ │ └── SlidesToScroll.tsx │ │ ├── checkbox │ │ │ ├── Checkbox.mdx │ │ │ ├── CheckboxApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── CheckboxVariant.tsx │ │ │ │ └── DefaultCheckbox.tsx │ │ ├── datePicker │ │ │ ├── DatePicker.mdx │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── CircleDatePicker.tsx │ │ │ │ ├── DateRangePicker.tsx │ │ │ │ ├── DateRangePickerWithTwoMonth.tsx │ │ │ │ ├── DefaultDatePicker.tsx │ │ │ │ └── MultipleDatePicker.tsx │ │ ├── divider │ │ │ ├── Divider.mdx │ │ │ ├── DividerAPI.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultDivider.tsx │ │ │ │ ├── DividerAlign.tsx │ │ │ │ ├── DividerColor.tsx │ │ │ │ └── DividerSize.tsx │ │ ├── drawer │ │ │ ├── Drawer.mdx │ │ │ ├── DrawerApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultDrawer.tsx │ │ │ │ └── DrawerPosition.tsx │ │ ├── dropdown │ │ │ ├── Dropdown.mdx │ │ │ ├── DropdownApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultDropdown.tsx │ │ │ │ ├── DropdownWithCheckbox.tsx │ │ │ │ ├── DropdownWithIcon.tsx │ │ │ │ ├── DropdownWithRadio.tsx │ │ │ │ └── DropdownWithSubmenu.tsx │ │ ├── empty │ │ │ ├── Empty.mdx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultEmpty.tsx │ │ │ │ ├── EmptyFolder.tsx │ │ │ │ ├── NoDataFound.tsx │ │ │ │ ├── NoResultPage.tsx │ │ │ │ ├── NotFoundPage.tsx │ │ │ │ └── PageNotAvailable.tsx │ │ ├── input │ │ │ ├── Input.mdx │ │ │ ├── InputApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultInput.tsx │ │ │ │ ├── DisabledInput.tsx │ │ │ │ ├── InputUseCases.tsx │ │ │ │ ├── InputWithIcon.tsx │ │ │ │ └── LabelInput.tsx │ │ ├── inputOtp │ │ │ ├── InputOTP.mdx │ │ │ ├── InputOTPApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultInputOTP.tsx │ │ │ │ ├── GroupInputOTP.tsx │ │ │ │ └── InputOTPValue.tsx │ │ ├── lineChart │ │ │ ├── LineChart.mdx │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultLineChart.tsx │ │ │ │ ├── DotLineChart.tsx │ │ │ │ ├── DoubleLineChart.tsx │ │ │ │ ├── Installation.ts │ │ │ │ ├── LabelLineChart.tsx │ │ │ │ ├── LinearLineChart.tsx │ │ │ │ └── StepLineChart.tsx │ │ ├── modal │ │ │ ├── index.tsx │ │ │ ├── modal.mdx │ │ │ ├── modalApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── CustomizeModal.tsx │ │ │ │ └── DefaultModal.tsx │ │ ├── navbar │ │ │ ├── Navbar.mdx │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── NavbarLayout1.tsx │ │ │ │ ├── NavbarLayout2.tsx │ │ │ │ ├── NavbarLayout3.tsx │ │ │ │ └── NavbarLayout4.tsx │ │ ├── notification │ │ │ ├── index.tsx │ │ │ ├── notification.mdx │ │ │ ├── notificationApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultNotification.tsx │ │ │ │ ├── NotificationPosition.tsx │ │ │ │ └── NotificationWithCard.tsx │ │ ├── numberInput │ │ │ ├── NumberInput.mdx │ │ │ ├── NumberInputApi.ts │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultNumberInput.tsx │ │ │ │ ├── NumberInputWithLabel.tsx │ │ │ │ └── NumberInputWithState.tsx │ │ ├── pagination │ │ │ ├── Pagination.mdx │ │ │ ├── PaginationApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultPagination.tsx │ │ │ │ ├── PaginationInput.tsx │ │ │ │ ├── PaginationNavigator.tsx │ │ │ │ ├── PaginationNavigatorText.tsx │ │ │ │ └── PaginationShape.tsx │ │ ├── pieChart │ │ │ ├── PieChart.mdx │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultPie.tsx │ │ │ │ ├── Installation.ts │ │ │ │ ├── PieChartCustomLabel.tsx │ │ │ │ ├── PieChartDonut.tsx │ │ │ │ ├── PieChartDonutActive.tsx │ │ │ │ ├── PieChartDonutText.tsx │ │ │ │ ├── PieChartLabel.tsx │ │ │ │ └── PieChartLegend.tsx │ │ ├── popover │ │ │ ├── page.tsx │ │ │ ├── popover.mdx │ │ │ ├── popoverApi.ts │ │ │ └── variant │ │ │ │ ├── CardPopover.tsx │ │ │ │ ├── DefaultPopover.tsx │ │ │ │ └── IconPopover.tsx │ │ ├── progress │ │ │ ├── index.tsx │ │ │ ├── page.tsx │ │ │ ├── progress.mdx │ │ │ ├── progressApi.ts │ │ │ └── variant │ │ │ │ ├── CustomizeProgress.tsx │ │ │ │ ├── DefaultLineProgress.tsx │ │ │ │ ├── DefaultProgress.tsx │ │ │ │ └── VariantOfProgress.tsx │ │ ├── radio │ │ │ ├── Radio.mdx │ │ │ ├── RadioApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultRadio.tsx │ │ │ │ └── RadioVariant.tsx │ │ ├── rating │ │ │ ├── page.tsx │ │ │ ├── rating.mdx │ │ │ ├── ratingApi.ts │ │ │ └── variant │ │ │ │ ├── DefaultRating.tsx │ │ │ │ ├── RatingTypes.tsx │ │ │ │ └── ValueFromRating.tsx │ │ ├── select │ │ │ ├── Select.mdx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultSelect.tsx │ │ │ │ ├── SelectWithActionIcon.tsx │ │ │ │ └── SelectWithItemIcon.tsx │ │ ├── sidebar │ │ │ ├── Sidebar.mdx │ │ │ ├── SidebarApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultSidebar.tsx │ │ │ │ ├── SidebarWithDropdown.tsx │ │ │ │ └── SidebarWithIcon.tsx │ │ ├── skeleton │ │ │ ├── Skeleton.mdx │ │ │ ├── SkeletonApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── CommentLayout.tsx │ │ │ │ ├── DefaultSkeleton.tsx │ │ │ │ ├── ParagraphSkeleton.tsx │ │ │ │ └── PostSkeleton.tsx │ │ ├── slider │ │ │ ├── Slider.mdx │ │ │ ├── SliderApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultSlider.tsx │ │ │ │ └── DoubleSlider.tsx │ │ ├── spinner │ │ │ ├── page.tsx │ │ │ ├── spinner.mdx │ │ │ ├── spinnerApi.ts │ │ │ └── variant │ │ │ │ ├── DefaultSpinner.tsx │ │ │ │ └── SpinnerColors.tsx │ │ ├── steps │ │ │ ├── Step.mdx │ │ │ ├── StepApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultSteps.tsx │ │ │ │ ├── StepWithIcon.tsx │ │ │ │ └── StepsWithNumber.tsx │ │ ├── switch │ │ │ ├── Switch.mdx │ │ │ ├── SwitchApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultSwitch.tsx │ │ │ │ ├── DisabledSwitch.tsx │ │ │ │ └── SwitchWithIcon.tsx │ │ ├── table │ │ │ ├── Table.mdx │ │ │ ├── TableApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultTable.tsx │ │ │ │ ├── OrdersTable.tsx │ │ │ │ ├── ProductTable.tsx │ │ │ │ └── TeamTable.tsx │ │ ├── tabs │ │ │ ├── page.tsx │ │ │ ├── tabs.mdx │ │ │ ├── tabsApi.ts │ │ │ └── variant │ │ │ │ ├── DefaultTabs.tsx │ │ │ │ ├── TabsUnderline.tsx │ │ │ │ ├── TabsUnderlineWithIcon.tsx │ │ │ │ └── TabsWithIcon.tsx │ │ ├── textArea │ │ │ ├── TextArea.mdx │ │ │ ├── TextAreaApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultTextArea.tsx │ │ │ │ ├── DisabledTextArea.tsx │ │ │ │ ├── TextAreaWithForm.tsx │ │ │ │ └── TextAreaWithHelperText.tsx │ │ ├── timeline │ │ │ ├── Timeline.mdx │ │ │ ├── TimelineApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DashedBorderTimeline.tsx │ │ │ │ ├── DefaultTimeline.tsx │ │ │ │ ├── DottedBorderTimeline.tsx │ │ │ │ └── TimelineWithImage.tsx │ │ ├── toast │ │ │ ├── Toast.mdx │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ │ ├── DefaultToast.tsx │ │ │ │ ├── ToastVariant.tsx │ │ │ │ ├── ToastWithAction.tsx │ │ │ │ ├── ToastWithDescription.tsx │ │ │ │ └── ToastWithPromise.tsx │ │ ├── tooltip │ │ │ ├── page.tsx │ │ │ ├── tooltip.mdx │ │ │ ├── tooltipApi.ts │ │ │ └── variant │ │ │ │ ├── DefaultTooltip.tsx │ │ │ │ ├── TooltipInstantlyOpen.tsx │ │ │ │ ├── TooltipPlacement.tsx │ │ │ │ └── TooltipWithArrow.tsx │ │ └── upload │ │ │ ├── Upload.mdx │ │ │ ├── UploadApi.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ ├── DefaultUpload.tsx │ │ │ ├── HorizontalUpload.tsx │ │ │ ├── SingleUpload.tsx │ │ │ └── UploadDisabled.tsx │ ├── getting-started │ │ ├── colors │ │ │ ├── CodeBox.tsx │ │ │ ├── Colors.mdx │ │ │ ├── ColorsApi.ts │ │ │ ├── ColorsTable.tsx │ │ │ ├── CustomizeSteps.tsx │ │ │ └── page.tsx │ │ ├── dark-mode │ │ │ ├── Code │ │ │ │ └── index.ts │ │ │ ├── DarkMode.mdx │ │ │ ├── DarkModeStepForNext.tsx │ │ │ ├── DarkModeStepForReact.tsx │ │ │ ├── ViteThemeSwitch.tsx │ │ │ └── page.tsx │ │ ├── installation │ │ │ ├── Code │ │ │ │ └── Code.tsx │ │ │ ├── Installation.mdx │ │ │ ├── IntroductionStepsForNext.tsx │ │ │ ├── IntroductionStepsForReact.tsx │ │ │ └── page.tsx │ │ └── typography │ │ │ ├── Content.tsx │ │ │ ├── Typography.mdx │ │ │ ├── TypographyAPI.ts │ │ │ ├── page.tsx │ │ │ └── variant │ │ │ ├── Body.tsx │ │ │ ├── Display.tsx │ │ │ └── Heading.tsx │ └── layout.tsx ├── favicon.ico ├── globals.css ├── layout.tsx ├── loading.tsx ├── main.css ├── not-found.tsx ├── page.tsx └── src │ ├── components │ ├── Accordion │ │ ├── Accordion.tsx │ │ ├── AccordionAction.tsx │ │ ├── AccordionContent.tsx │ │ ├── AccordionIcon.tsx │ │ ├── AccordionItem.tsx │ │ ├── AccordionTitle.tsx │ │ ├── Context.tsx │ │ └── index.tsx │ ├── Alert │ │ ├── Alert.tsx │ │ ├── AlertContext.tsx │ │ ├── Container.tsx │ │ ├── Description.tsx │ │ ├── Dismiss.tsx │ │ ├── Icon.tsx │ │ ├── Link.tsx │ │ ├── Title.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Avatar │ │ ├── Avatar.tsx │ │ ├── AvatarFallback.tsx │ │ ├── AvatarGroup.tsx │ │ ├── AvatarImage.tsx │ │ └── index.tsx │ ├── Badge │ │ ├── Badge.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Breadcrumb │ │ ├── Breadcrumb.tsx │ │ ├── BreadcrumbDivider.tsx │ │ ├── BreadcrumbEllipsis.tsx │ │ ├── BreadcrumbItem.tsx │ │ ├── BreadcrumbLink.tsx │ │ ├── BreadcrumbList.tsx │ │ ├── BreadcrumbPage.tsx │ │ └── index.tsx │ ├── Button │ │ ├── Button.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── ButtonGroup │ │ ├── ButtonGroup.tsx │ │ └── index.tsx │ ├── Card │ │ ├── Card.tsx │ │ ├── Content.tsx │ │ ├── Description.tsx │ │ ├── Footer.tsx │ │ ├── Header.tsx │ │ ├── Title.tsx │ │ └── index.tsx │ ├── Carousel │ │ ├── Buttons.tsx │ │ ├── Carousel.tsx │ │ ├── CarouselArrowButtons.tsx │ │ ├── CarouselContext.tsx │ │ ├── CarouselDotButton.tsx │ │ ├── Control.tsx │ │ ├── Indicators.tsx │ │ ├── Item.tsx │ │ ├── Slides.tsx │ │ ├── Viewport.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Charts │ │ └── index.tsx │ ├── Checkbox │ │ ├── Checkbox.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── DatePicker │ │ ├── DatePicker.tsx │ │ └── index.tsx │ ├── Divider │ │ ├── Divider.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Drawer │ │ ├── Context.tsx │ │ ├── Drawer.tsx │ │ ├── DrawerContent.tsx │ │ ├── DrawerDescription.tsx │ │ ├── DrawerFooter.tsx │ │ ├── DrawerHeader.tsx │ │ ├── DrawerOverlay.tsx │ │ ├── DrawerTitle.tsx │ │ └── index.tsx │ ├── Dropdown │ │ ├── Dropdown.tsx │ │ ├── DropdownArrow.tsx │ │ ├── DropdownCheckboxItem.tsx │ │ ├── DropdownContent.tsx │ │ ├── DropdownDivider.tsx │ │ ├── DropdownItem.tsx │ │ ├── DropdownLabel.tsx │ │ ├── DropdownRadioItem.tsx │ │ ├── DropdownShortcut.tsx │ │ ├── DropdownSubAction.tsx │ │ ├── DropdownSubContent.tsx │ │ └── index.tsx │ ├── Empty │ │ ├── Description.tsx │ │ ├── Empty.tsx │ │ ├── Image.tsx │ │ ├── Title.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Helpers │ │ ├── VisuallyHidden.tsx │ │ └── index.tsx │ ├── Input │ │ ├── Icon.tsx │ │ ├── Input.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── InputOTP │ │ ├── InputOTP.tsx │ │ ├── InputOTPDivider.tsx │ │ ├── InputOTPGroup.tsx │ │ ├── InputOTPItem.tsx │ │ └── index.tsx │ ├── Label │ │ ├── Label.tsx │ │ └── index.tsx │ ├── Modal │ │ ├── Context.tsx │ │ ├── Modal.tsx │ │ ├── ModalContent.tsx │ │ ├── ModalDescription.tsx │ │ ├── ModalFooter.tsx │ │ ├── ModalHeader.tsx │ │ ├── ModalOverlay.tsx │ │ ├── ModalTitle.tsx │ │ └── index.tsx │ ├── Navbar │ │ ├── Brand.tsx │ │ ├── Collapse.tsx │ │ ├── CollapseBtn.tsx │ │ ├── Container.tsx │ │ ├── Context.tsx │ │ ├── Item.tsx │ │ ├── List.tsx │ │ ├── Navbar.tsx │ │ └── index.tsx │ ├── Notification │ │ ├── Context.tsx │ │ ├── Notification.tsx │ │ ├── NotificationContent.tsx │ │ ├── NotificationDescription.tsx │ │ ├── NotificationTitle.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── NumberInput │ │ ├── Button.tsx │ │ ├── Input.tsx │ │ ├── NumberInput.tsx │ │ └── index.tsx │ ├── Pagination │ │ ├── Context.tsx │ │ ├── GoTo.tsx │ │ ├── Item.tsx │ │ ├── List.tsx │ │ ├── Navigator.tsx │ │ ├── Pagination.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Popover │ │ ├── PopoverContent.tsx │ │ ├── PopoverDescription.tsx │ │ ├── PopoverTitle.tsx │ │ └── index.tsx │ ├── Progress │ │ ├── CircleLine.tsx │ │ ├── CircleProgress.tsx │ │ ├── CircleText.tsx │ │ ├── Context.tsx │ │ ├── LineProgress.tsx │ │ ├── LineProgressBar.tsx │ │ ├── LineText.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Radio │ │ ├── Radio.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Rating │ │ ├── Context.tsx │ │ ├── Rating.tsx │ │ ├── Star.tsx │ │ └── index.tsx │ ├── Select │ │ ├── SelectAction.tsx │ │ ├── SelectContent.tsx │ │ ├── SelectDivider.tsx │ │ ├── SelectItem.tsx │ │ ├── SelectLabel.tsx │ │ ├── SelectScrollButton.tsx │ │ └── index.tsx │ ├── Sidebar │ │ ├── Sidebar.tsx │ │ ├── SidebarBody.tsx │ │ ├── SidebarCollapse.tsx │ │ ├── SidebarDropdown.tsx │ │ ├── SidebarDropdownList.tsx │ │ ├── SidebarFooter.tsx │ │ ├── SidebarItem.tsx │ │ ├── SidebarList.tsx │ │ └── index.tsx │ ├── Skeleton │ │ ├── Skeleton.tsx │ │ ├── SkeletonLine.tsx │ │ ├── index.tsx │ │ └── theme.ts │ ├── Slider │ │ ├── Slider.tsx │ │ └── index.tsx │ ├── Spinner │ │ ├── Spinner.tsx │ │ └── index.tsx │ ├── Steps │ │ ├── Steps.tsx │ │ ├── StepsContent.tsx │ │ ├── StepsDescription.tsx │ │ ├── StepsItem.tsx │ │ ├── StepsPoint.tsx │ │ ├── StepsTitle.tsx │ │ └── index.tsx │ ├── Switch │ │ ├── Switch.tsx │ │ └── index.tsx │ ├── Table │ │ ├── Table.tsx │ │ ├── TableBody.tsx │ │ ├── TableCaption.tsx │ │ ├── TableCell.tsx │ │ ├── TableFooter.tsx │ │ ├── TableHead.tsx │ │ ├── TableHeader.tsx │ │ ├── TableRow.tsx │ │ └── index.tsx │ ├── Tabs │ │ ├── Tabs.tsx │ │ ├── TabsContent.tsx │ │ ├── TabsContext.tsx │ │ ├── TabsItem.tsx │ │ ├── TabsList.tsx │ │ └── index.tsx │ ├── Textarea │ │ ├── Textarea.tsx │ │ └── index.tsx │ ├── Timeline │ │ ├── Content.tsx │ │ ├── Item.tsx │ │ ├── Point.tsx │ │ ├── Timeline.tsx │ │ └── index.tsx │ ├── Toast │ │ ├── Toast.tsx │ │ ├── ToastWrapper.tsx │ │ └── index.tsx │ ├── Tooltip │ │ ├── TooltipArrow.tsx │ │ ├── TooltipContent.tsx │ │ └── index.tsx │ ├── Upload │ │ ├── Body.tsx │ │ ├── Footer.tsx │ │ ├── Icon.tsx │ │ ├── Text.tsx │ │ ├── Upload.tsx │ │ ├── UploadContext.tsx │ │ └── index.tsx │ └── index.tsx │ ├── index.ts │ ├── theme │ └── keepTheme.ts │ └── utils │ └── cn.ts ├── commitlint.config.cjs ├── data └── blogs │ ├── keep-react-v1.3.0.mdx │ ├── keep-react-v1.4.0.mdx │ ├── keep-react-v1.5.0.mdx │ └── keep-react-v1.6.0.mdx ├── hooks └── useCopy.tsx ├── mdx-components.tsx ├── mdx.d.ts ├── next-env.d.ts ├── next.config.mjs ├── package.json ├── postcss.config.js ├── public ├── data │ └── tableData.ts └── images │ ├── avatar │ ├── avatar-1.png │ ├── avatar-2.png │ ├── avatar-3.png │ ├── avatar-4.png │ ├── avatar-5.png │ ├── default-avatar.svg │ └── verify.svg │ ├── company │ ├── Visa.png │ ├── mastercard.png │ ├── paypal.png │ ├── stripe.png │ └── western.png │ ├── home │ ├── community.svg │ └── hero-1.png │ ├── icon │ ├── Series.png │ ├── checkedDark.svg │ ├── checkedLight.svg │ ├── country-0.svg │ ├── country-1.svg │ ├── country-2.svg │ ├── country-4.svg │ ├── country-5.svg │ ├── dashedDark.svg │ ├── dashedLight.svg │ ├── discord.svg │ ├── file.svg │ ├── folder.svg │ ├── github-dark.svg │ ├── github-white.svg │ ├── github.svg │ ├── plus.png │ └── pricing.png │ ├── keep-card.jpg │ ├── keep-dark.svg │ ├── keep.svg │ └── series │ ├── series-1.svg │ ├── series-2.svg │ ├── series-3.svg │ ├── series-4.svg │ └── series-5.svg ├── routes └── routes.ts ├── tailwind.config.ts ├── tsconfig.json ├── tsconfig.lib.json └── utils ├── getMdxContent.ts └── remToPx.ts /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/workflows/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.github/workflows/ci.yaml -------------------------------------------------------------------------------- /.github/workflows/production.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.github/workflows/production.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/commit-msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.husky/commit-msg -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | . "$(dirname -- "$0")/_/husky.sh" 3 | 4 | npx lint-staged 5 | -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.prettierrc -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/Contribute.md -------------------------------------------------------------------------------- /License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/License -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/README.md -------------------------------------------------------------------------------- /app/blog/[slug]/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/blog/[slug]/page.tsx -------------------------------------------------------------------------------- /app/blog/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/blog/page.tsx -------------------------------------------------------------------------------- /app/components/Blog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Blog.tsx -------------------------------------------------------------------------------- /app/components/BlogHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/BlogHeader.tsx -------------------------------------------------------------------------------- /app/components/CodeHighlight.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/CodeHighlight.tsx -------------------------------------------------------------------------------- /app/components/CodeHighlightPreview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/CodeHighlightPreview.tsx -------------------------------------------------------------------------------- /app/components/Command/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Command/index.tsx -------------------------------------------------------------------------------- /app/components/Community.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Community.tsx -------------------------------------------------------------------------------- /app/components/ComponentApi.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/ComponentApi.tsx -------------------------------------------------------------------------------- /app/components/ComponentUI.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/ComponentUI.tsx -------------------------------------------------------------------------------- /app/components/DocSidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/DocSidebar.tsx -------------------------------------------------------------------------------- /app/components/DocsContentLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/DocsContentLayout.tsx -------------------------------------------------------------------------------- /app/components/EditPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/EditPage.tsx -------------------------------------------------------------------------------- /app/components/Faq.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Faq.tsx -------------------------------------------------------------------------------- /app/components/Footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Footer.tsx -------------------------------------------------------------------------------- /app/components/Header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Header.tsx -------------------------------------------------------------------------------- /app/components/Hero.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Hero.tsx -------------------------------------------------------------------------------- /app/components/PropertiesTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/PropertiesTable.tsx -------------------------------------------------------------------------------- /app/components/Search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/Search.tsx -------------------------------------------------------------------------------- /app/components/SearchBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/SearchBar.tsx -------------------------------------------------------------------------------- /app/components/TableOfContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/TableOfContent.tsx -------------------------------------------------------------------------------- /app/components/ThemeProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/ThemeProvider.tsx -------------------------------------------------------------------------------- /app/components/ThemeSwitcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/ThemeSwitcher.tsx -------------------------------------------------------------------------------- /app/components/ToastTheme.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/ToastTheme.tsx -------------------------------------------------------------------------------- /app/components/TopProgressBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/components/TopProgressBar.tsx -------------------------------------------------------------------------------- /app/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs.css -------------------------------------------------------------------------------- /app/docs/components/accordion/accordion.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/accordion.mdx -------------------------------------------------------------------------------- /app/docs/components/accordion/accordionApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/accordionApi.ts -------------------------------------------------------------------------------- /app/docs/components/accordion/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/page.tsx -------------------------------------------------------------------------------- /app/docs/components/accordion/variant/AccordionFlush.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/variant/AccordionFlush.tsx -------------------------------------------------------------------------------- /app/docs/components/accordion/variant/AccordionMultiple.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/variant/AccordionMultiple.tsx -------------------------------------------------------------------------------- /app/docs/components/accordion/variant/AccordionOpenPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/variant/AccordionOpenPanel.tsx -------------------------------------------------------------------------------- /app/docs/components/accordion/variant/DefaultAccordion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/variant/DefaultAccordion.tsx -------------------------------------------------------------------------------- /app/docs/components/accordion/variant/DisabledAccordion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/accordion/variant/DisabledAccordion.tsx -------------------------------------------------------------------------------- /app/docs/components/alert/alert.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/alert.mdx -------------------------------------------------------------------------------- /app/docs/components/alert/alertApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/alertApi.ts -------------------------------------------------------------------------------- /app/docs/components/alert/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/page.tsx -------------------------------------------------------------------------------- /app/docs/components/alert/variant/AlertColorVariant.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/variant/AlertColorVariant.tsx -------------------------------------------------------------------------------- /app/docs/components/alert/variant/AlertWithBgColor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/variant/AlertWithBgColor.tsx -------------------------------------------------------------------------------- /app/docs/components/alert/variant/AlertWithDismissIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/variant/AlertWithDismissIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/alert/variant/DefaultAlert.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/alert/variant/DefaultAlert.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/AreaChart.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/AreaChart.mdx -------------------------------------------------------------------------------- /app/docs/components/areaChart/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/index.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/page.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/variant/DefaultAreaChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/variant/DefaultAreaChart.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/variant/FillColoredChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/variant/FillColoredChart.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/variant/FillColoredSeries.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/variant/FillColoredSeries.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/variant/GradientColor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/variant/GradientColor.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/variant/GradientColorSeries.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/variant/GradientColorSeries.tsx -------------------------------------------------------------------------------- /app/docs/components/areaChart/variant/Installation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/areaChart/variant/Installation.ts -------------------------------------------------------------------------------- /app/docs/components/avatar/avatar.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/avatar/avatar.mdx -------------------------------------------------------------------------------- /app/docs/components/avatar/avatarApi.ts: -------------------------------------------------------------------------------- 1 | export const avatarApiData = [] 2 | -------------------------------------------------------------------------------- /app/docs/components/avatar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/avatar/index.tsx -------------------------------------------------------------------------------- /app/docs/components/avatar/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/avatar/page.tsx -------------------------------------------------------------------------------- /app/docs/components/avatar/variant/AvatarGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/avatar/variant/AvatarGroup.tsx -------------------------------------------------------------------------------- /app/docs/components/avatar/variant/DefaultAvatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/avatar/variant/DefaultAvatar.tsx -------------------------------------------------------------------------------- /app/docs/components/badge/badge.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/badge/badge.mdx -------------------------------------------------------------------------------- /app/docs/components/badge/badgeApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/badge/badgeApi.ts -------------------------------------------------------------------------------- /app/docs/components/badge/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/badge/page.tsx -------------------------------------------------------------------------------- /app/docs/components/badge/variant/ColorsOfBadge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/badge/variant/ColorsOfBadge.tsx -------------------------------------------------------------------------------- /app/docs/components/badge/variant/DefaultBadge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/badge/variant/DefaultBadge.tsx -------------------------------------------------------------------------------- /app/docs/components/badge/variant/VariantOfBadge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/badge/variant/VariantOfBadge.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/BarChart.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/BarChart.mdx -------------------------------------------------------------------------------- /app/docs/components/barChart/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/index.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/page.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/variant/DefaultBarChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/variant/DefaultBarChart.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/variant/FillBarLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/variant/FillBarLabel.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/variant/FillColoredBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/variant/FillColoredBar.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/variant/FillColoredSeries.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/variant/FillColoredSeries.tsx -------------------------------------------------------------------------------- /app/docs/components/barChart/variant/Installation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/variant/Installation.ts -------------------------------------------------------------------------------- /app/docs/components/barChart/variant/StackBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/barChart/variant/StackBar.tsx -------------------------------------------------------------------------------- /app/docs/components/breadcrumb/breadcrumb.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/breadcrumb/breadcrumb.mdx -------------------------------------------------------------------------------- /app/docs/components/breadcrumb/breadcrumbApi.ts: -------------------------------------------------------------------------------- 1 | export const breadcrumbApiData = [] 2 | -------------------------------------------------------------------------------- /app/docs/components/breadcrumb/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/breadcrumb/page.tsx -------------------------------------------------------------------------------- /app/docs/components/breadcrumb/variant/BreadcrumbCollapsed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/breadcrumb/variant/BreadcrumbCollapsed.tsx -------------------------------------------------------------------------------- /app/docs/components/breadcrumb/variant/BreadcrumbWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/breadcrumb/variant/BreadcrumbWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/breadcrumb/variant/DefaultBreadcrumb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/breadcrumb/variant/DefaultBreadcrumb.tsx -------------------------------------------------------------------------------- /app/docs/components/button/button.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/button.mdx -------------------------------------------------------------------------------- /app/docs/components/button/buttonApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/buttonApi.ts -------------------------------------------------------------------------------- /app/docs/components/button/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/page.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/DefaultButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/DefaultButton.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/KeepButtonColor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/KeepButtonColor.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/KeepButtonIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/KeepButtonIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/KeepButtonShape.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/KeepButtonShape.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/KeepButtonSize.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/KeepButtonSize.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/KeepButtonType.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/KeepButtonType.tsx -------------------------------------------------------------------------------- /app/docs/components/button/variant/RadiusButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/button/variant/RadiusButton.tsx -------------------------------------------------------------------------------- /app/docs/components/buttonGroup/buttonGroup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/buttonGroup/buttonGroup.mdx -------------------------------------------------------------------------------- /app/docs/components/buttonGroup/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/buttonGroup/page.tsx -------------------------------------------------------------------------------- /app/docs/components/buttonGroup/variant/ButtonGroupWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/buttonGroup/variant/ButtonGroupWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/buttonGroup/variant/ButtonGroupWithOnlyIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/buttonGroup/variant/ButtonGroupWithOnlyIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/buttonGroup/variant/DefaultButtonGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/buttonGroup/variant/DefaultButtonGroup.tsx -------------------------------------------------------------------------------- /app/docs/components/card/card.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/card/card.mdx -------------------------------------------------------------------------------- /app/docs/components/card/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/card/page.tsx -------------------------------------------------------------------------------- /app/docs/components/card/variant/CardWithAvatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/card/variant/CardWithAvatar.tsx -------------------------------------------------------------------------------- /app/docs/components/card/variant/DefaultCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/card/variant/DefaultCard.tsx -------------------------------------------------------------------------------- /app/docs/components/card/variant/ProductCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/card/variant/ProductCard.tsx -------------------------------------------------------------------------------- /app/docs/components/card/variant/RegisterCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/card/variant/RegisterCard.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/carousel.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/carousel.mdx -------------------------------------------------------------------------------- /app/docs/components/carousel/carouselApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/carouselApi.ts -------------------------------------------------------------------------------- /app/docs/components/carousel/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/index.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/page.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/variant/CarouselWithAutoPlay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/variant/CarouselWithAutoPlay.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/variant/CarouselWithClassNames.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/variant/CarouselWithClassNames.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/variant/CarouselWithLoop.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/variant/CarouselWithLoop.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/variant/DefaultCarousel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/variant/DefaultCarousel.tsx -------------------------------------------------------------------------------- /app/docs/components/carousel/variant/SlidesToScroll.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/carousel/variant/SlidesToScroll.tsx -------------------------------------------------------------------------------- /app/docs/components/checkbox/Checkbox.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/checkbox/Checkbox.mdx -------------------------------------------------------------------------------- /app/docs/components/checkbox/CheckboxApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/checkbox/CheckboxApi.ts -------------------------------------------------------------------------------- /app/docs/components/checkbox/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/checkbox/index.tsx -------------------------------------------------------------------------------- /app/docs/components/checkbox/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/checkbox/page.tsx -------------------------------------------------------------------------------- /app/docs/components/checkbox/variant/CheckboxVariant.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/checkbox/variant/CheckboxVariant.tsx -------------------------------------------------------------------------------- /app/docs/components/checkbox/variant/DefaultCheckbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/checkbox/variant/DefaultCheckbox.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/DatePicker.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/DatePicker.mdx -------------------------------------------------------------------------------- /app/docs/components/datePicker/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/index.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/page.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/variant/CircleDatePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/variant/CircleDatePicker.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/variant/DateRangePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/variant/DateRangePicker.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/variant/DateRangePickerWithTwoMonth.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/variant/DateRangePickerWithTwoMonth.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/variant/DefaultDatePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/variant/DefaultDatePicker.tsx -------------------------------------------------------------------------------- /app/docs/components/datePicker/variant/MultipleDatePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/datePicker/variant/MultipleDatePicker.tsx -------------------------------------------------------------------------------- /app/docs/components/divider/Divider.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/Divider.mdx -------------------------------------------------------------------------------- /app/docs/components/divider/DividerAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/DividerAPI.ts -------------------------------------------------------------------------------- /app/docs/components/divider/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/page.tsx -------------------------------------------------------------------------------- /app/docs/components/divider/variant/DefaultDivider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/variant/DefaultDivider.tsx -------------------------------------------------------------------------------- /app/docs/components/divider/variant/DividerAlign.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/variant/DividerAlign.tsx -------------------------------------------------------------------------------- /app/docs/components/divider/variant/DividerColor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/variant/DividerColor.tsx -------------------------------------------------------------------------------- /app/docs/components/divider/variant/DividerSize.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/divider/variant/DividerSize.tsx -------------------------------------------------------------------------------- /app/docs/components/drawer/Drawer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/drawer/Drawer.mdx -------------------------------------------------------------------------------- /app/docs/components/drawer/DrawerApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/drawer/DrawerApi.ts -------------------------------------------------------------------------------- /app/docs/components/drawer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/drawer/index.tsx -------------------------------------------------------------------------------- /app/docs/components/drawer/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/drawer/page.tsx -------------------------------------------------------------------------------- /app/docs/components/drawer/variant/DefaultDrawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/drawer/variant/DefaultDrawer.tsx -------------------------------------------------------------------------------- /app/docs/components/drawer/variant/DrawerPosition.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/drawer/variant/DrawerPosition.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/Dropdown.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/Dropdown.mdx -------------------------------------------------------------------------------- /app/docs/components/dropdown/DropdownApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/DropdownApi.ts -------------------------------------------------------------------------------- /app/docs/components/dropdown/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/index.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/page.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/variant/DefaultDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/variant/DefaultDropdown.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/variant/DropdownWithCheckbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/variant/DropdownWithCheckbox.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/variant/DropdownWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/variant/DropdownWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/variant/DropdownWithRadio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/variant/DropdownWithRadio.tsx -------------------------------------------------------------------------------- /app/docs/components/dropdown/variant/DropdownWithSubmenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/dropdown/variant/DropdownWithSubmenu.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/Empty.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/Empty.mdx -------------------------------------------------------------------------------- /app/docs/components/empty/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/page.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/variant/DefaultEmpty.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/variant/DefaultEmpty.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/variant/EmptyFolder.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/variant/EmptyFolder.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/variant/NoDataFound.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/variant/NoDataFound.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/variant/NoResultPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/variant/NoResultPage.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/variant/NotFoundPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/variant/NotFoundPage.tsx -------------------------------------------------------------------------------- /app/docs/components/empty/variant/PageNotAvailable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/empty/variant/PageNotAvailable.tsx -------------------------------------------------------------------------------- /app/docs/components/input/Input.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/Input.mdx -------------------------------------------------------------------------------- /app/docs/components/input/InputApi.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/docs/components/input/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/index.tsx -------------------------------------------------------------------------------- /app/docs/components/input/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/page.tsx -------------------------------------------------------------------------------- /app/docs/components/input/variant/DefaultInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/variant/DefaultInput.tsx -------------------------------------------------------------------------------- /app/docs/components/input/variant/DisabledInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/variant/DisabledInput.tsx -------------------------------------------------------------------------------- /app/docs/components/input/variant/InputUseCases.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/variant/InputUseCases.tsx -------------------------------------------------------------------------------- /app/docs/components/input/variant/InputWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/variant/InputWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/input/variant/LabelInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/input/variant/LabelInput.tsx -------------------------------------------------------------------------------- /app/docs/components/inputOtp/InputOTP.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/InputOTP.mdx -------------------------------------------------------------------------------- /app/docs/components/inputOtp/InputOTPApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/InputOTPApi.ts -------------------------------------------------------------------------------- /app/docs/components/inputOtp/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/index.tsx -------------------------------------------------------------------------------- /app/docs/components/inputOtp/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/page.tsx -------------------------------------------------------------------------------- /app/docs/components/inputOtp/variant/DefaultInputOTP.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/variant/DefaultInputOTP.tsx -------------------------------------------------------------------------------- /app/docs/components/inputOtp/variant/GroupInputOTP.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/variant/GroupInputOTP.tsx -------------------------------------------------------------------------------- /app/docs/components/inputOtp/variant/InputOTPValue.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/inputOtp/variant/InputOTPValue.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/LineChart.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/LineChart.mdx -------------------------------------------------------------------------------- /app/docs/components/lineChart/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/index.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/page.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/DefaultLineChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/DefaultLineChart.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/DotLineChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/DotLineChart.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/DoubleLineChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/DoubleLineChart.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/Installation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/Installation.ts -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/LabelLineChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/LabelLineChart.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/LinearLineChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/LinearLineChart.tsx -------------------------------------------------------------------------------- /app/docs/components/lineChart/variant/StepLineChart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/lineChart/variant/StepLineChart.tsx -------------------------------------------------------------------------------- /app/docs/components/modal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/modal/index.tsx -------------------------------------------------------------------------------- /app/docs/components/modal/modal.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/modal/modal.mdx -------------------------------------------------------------------------------- /app/docs/components/modal/modalApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/modal/modalApi.ts -------------------------------------------------------------------------------- /app/docs/components/modal/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/modal/page.tsx -------------------------------------------------------------------------------- /app/docs/components/modal/variant/CustomizeModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/modal/variant/CustomizeModal.tsx -------------------------------------------------------------------------------- /app/docs/components/modal/variant/DefaultModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/modal/variant/DefaultModal.tsx -------------------------------------------------------------------------------- /app/docs/components/navbar/Navbar.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/Navbar.mdx -------------------------------------------------------------------------------- /app/docs/components/navbar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/index.tsx -------------------------------------------------------------------------------- /app/docs/components/navbar/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/page.tsx -------------------------------------------------------------------------------- /app/docs/components/navbar/variant/NavbarLayout1.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/variant/NavbarLayout1.tsx -------------------------------------------------------------------------------- /app/docs/components/navbar/variant/NavbarLayout2.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/variant/NavbarLayout2.tsx -------------------------------------------------------------------------------- /app/docs/components/navbar/variant/NavbarLayout3.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/variant/NavbarLayout3.tsx -------------------------------------------------------------------------------- /app/docs/components/navbar/variant/NavbarLayout4.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/navbar/variant/NavbarLayout4.tsx -------------------------------------------------------------------------------- /app/docs/components/notification/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/index.tsx -------------------------------------------------------------------------------- /app/docs/components/notification/notification.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/notification.mdx -------------------------------------------------------------------------------- /app/docs/components/notification/notificationApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/notificationApi.ts -------------------------------------------------------------------------------- /app/docs/components/notification/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/page.tsx -------------------------------------------------------------------------------- /app/docs/components/notification/variant/DefaultNotification.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/variant/DefaultNotification.tsx -------------------------------------------------------------------------------- /app/docs/components/notification/variant/NotificationPosition.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/variant/NotificationPosition.tsx -------------------------------------------------------------------------------- /app/docs/components/notification/variant/NotificationWithCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/notification/variant/NotificationWithCard.tsx -------------------------------------------------------------------------------- /app/docs/components/numberInput/NumberInput.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/numberInput/NumberInput.mdx -------------------------------------------------------------------------------- /app/docs/components/numberInput/NumberInputApi.ts: -------------------------------------------------------------------------------- 1 | export const numberInputApiData = [] 2 | -------------------------------------------------------------------------------- /app/docs/components/numberInput/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/numberInput/index.tsx -------------------------------------------------------------------------------- /app/docs/components/numberInput/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/numberInput/page.tsx -------------------------------------------------------------------------------- /app/docs/components/numberInput/variant/DefaultNumberInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/numberInput/variant/DefaultNumberInput.tsx -------------------------------------------------------------------------------- /app/docs/components/numberInput/variant/NumberInputWithLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/numberInput/variant/NumberInputWithLabel.tsx -------------------------------------------------------------------------------- /app/docs/components/numberInput/variant/NumberInputWithState.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/numberInput/variant/NumberInputWithState.tsx -------------------------------------------------------------------------------- /app/docs/components/pagination/Pagination.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/Pagination.mdx -------------------------------------------------------------------------------- /app/docs/components/pagination/PaginationApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/PaginationApi.ts -------------------------------------------------------------------------------- /app/docs/components/pagination/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/page.tsx -------------------------------------------------------------------------------- /app/docs/components/pagination/variant/DefaultPagination.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/variant/DefaultPagination.tsx -------------------------------------------------------------------------------- /app/docs/components/pagination/variant/PaginationInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/variant/PaginationInput.tsx -------------------------------------------------------------------------------- /app/docs/components/pagination/variant/PaginationNavigator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/variant/PaginationNavigator.tsx -------------------------------------------------------------------------------- /app/docs/components/pagination/variant/PaginationNavigatorText.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/variant/PaginationNavigatorText.tsx -------------------------------------------------------------------------------- /app/docs/components/pagination/variant/PaginationShape.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pagination/variant/PaginationShape.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/PieChart.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/PieChart.mdx -------------------------------------------------------------------------------- /app/docs/components/pieChart/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/index.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/page.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/DefaultPie.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/DefaultPie.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/Installation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/Installation.ts -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/PieChartCustomLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/PieChartCustomLabel.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/PieChartDonut.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/PieChartDonut.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/PieChartDonutActive.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/PieChartDonutActive.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/PieChartDonutText.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/PieChartDonutText.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/PieChartLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/PieChartLabel.tsx -------------------------------------------------------------------------------- /app/docs/components/pieChart/variant/PieChartLegend.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/pieChart/variant/PieChartLegend.tsx -------------------------------------------------------------------------------- /app/docs/components/popover/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/popover/page.tsx -------------------------------------------------------------------------------- /app/docs/components/popover/popover.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/popover/popover.mdx -------------------------------------------------------------------------------- /app/docs/components/popover/popoverApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/popover/popoverApi.ts -------------------------------------------------------------------------------- /app/docs/components/popover/variant/CardPopover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/popover/variant/CardPopover.tsx -------------------------------------------------------------------------------- /app/docs/components/popover/variant/DefaultPopover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/popover/variant/DefaultPopover.tsx -------------------------------------------------------------------------------- /app/docs/components/popover/variant/IconPopover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/popover/variant/IconPopover.tsx -------------------------------------------------------------------------------- /app/docs/components/progress/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/index.tsx -------------------------------------------------------------------------------- /app/docs/components/progress/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/page.tsx -------------------------------------------------------------------------------- /app/docs/components/progress/progress.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/progress.mdx -------------------------------------------------------------------------------- /app/docs/components/progress/progressApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/progressApi.ts -------------------------------------------------------------------------------- /app/docs/components/progress/variant/CustomizeProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/variant/CustomizeProgress.tsx -------------------------------------------------------------------------------- /app/docs/components/progress/variant/DefaultLineProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/variant/DefaultLineProgress.tsx -------------------------------------------------------------------------------- /app/docs/components/progress/variant/DefaultProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/variant/DefaultProgress.tsx -------------------------------------------------------------------------------- /app/docs/components/progress/variant/VariantOfProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/progress/variant/VariantOfProgress.tsx -------------------------------------------------------------------------------- /app/docs/components/radio/Radio.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/radio/Radio.mdx -------------------------------------------------------------------------------- /app/docs/components/radio/RadioApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/radio/RadioApi.ts -------------------------------------------------------------------------------- /app/docs/components/radio/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/radio/page.tsx -------------------------------------------------------------------------------- /app/docs/components/radio/variant/DefaultRadio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/radio/variant/DefaultRadio.tsx -------------------------------------------------------------------------------- /app/docs/components/radio/variant/RadioVariant.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/radio/variant/RadioVariant.tsx -------------------------------------------------------------------------------- /app/docs/components/rating/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/rating/page.tsx -------------------------------------------------------------------------------- /app/docs/components/rating/rating.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/rating/rating.mdx -------------------------------------------------------------------------------- /app/docs/components/rating/ratingApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/rating/ratingApi.ts -------------------------------------------------------------------------------- /app/docs/components/rating/variant/DefaultRating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/rating/variant/DefaultRating.tsx -------------------------------------------------------------------------------- /app/docs/components/rating/variant/RatingTypes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/rating/variant/RatingTypes.tsx -------------------------------------------------------------------------------- /app/docs/components/rating/variant/ValueFromRating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/rating/variant/ValueFromRating.tsx -------------------------------------------------------------------------------- /app/docs/components/select/Select.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/select/Select.mdx -------------------------------------------------------------------------------- /app/docs/components/select/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/select/page.tsx -------------------------------------------------------------------------------- /app/docs/components/select/variant/DefaultSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/select/variant/DefaultSelect.tsx -------------------------------------------------------------------------------- /app/docs/components/select/variant/SelectWithActionIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/select/variant/SelectWithActionIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/select/variant/SelectWithItemIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/select/variant/SelectWithItemIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/sidebar/Sidebar.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/sidebar/Sidebar.mdx -------------------------------------------------------------------------------- /app/docs/components/sidebar/SidebarApi.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/docs/components/sidebar/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/sidebar/page.tsx -------------------------------------------------------------------------------- /app/docs/components/sidebar/variant/DefaultSidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/sidebar/variant/DefaultSidebar.tsx -------------------------------------------------------------------------------- /app/docs/components/sidebar/variant/SidebarWithDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/sidebar/variant/SidebarWithDropdown.tsx -------------------------------------------------------------------------------- /app/docs/components/sidebar/variant/SidebarWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/sidebar/variant/SidebarWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/skeleton/Skeleton.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/Skeleton.mdx -------------------------------------------------------------------------------- /app/docs/components/skeleton/SkeletonApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/SkeletonApi.ts -------------------------------------------------------------------------------- /app/docs/components/skeleton/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/page.tsx -------------------------------------------------------------------------------- /app/docs/components/skeleton/variant/CommentLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/variant/CommentLayout.tsx -------------------------------------------------------------------------------- /app/docs/components/skeleton/variant/DefaultSkeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/variant/DefaultSkeleton.tsx -------------------------------------------------------------------------------- /app/docs/components/skeleton/variant/ParagraphSkeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/variant/ParagraphSkeleton.tsx -------------------------------------------------------------------------------- /app/docs/components/skeleton/variant/PostSkeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/skeleton/variant/PostSkeleton.tsx -------------------------------------------------------------------------------- /app/docs/components/slider/Slider.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/slider/Slider.mdx -------------------------------------------------------------------------------- /app/docs/components/slider/SliderApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/slider/SliderApi.ts -------------------------------------------------------------------------------- /app/docs/components/slider/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/slider/page.tsx -------------------------------------------------------------------------------- /app/docs/components/slider/variant/DefaultSlider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/slider/variant/DefaultSlider.tsx -------------------------------------------------------------------------------- /app/docs/components/slider/variant/DoubleSlider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/slider/variant/DoubleSlider.tsx -------------------------------------------------------------------------------- /app/docs/components/spinner/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/spinner/page.tsx -------------------------------------------------------------------------------- /app/docs/components/spinner/spinner.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/spinner/spinner.mdx -------------------------------------------------------------------------------- /app/docs/components/spinner/spinnerApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/spinner/spinnerApi.ts -------------------------------------------------------------------------------- /app/docs/components/spinner/variant/DefaultSpinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/spinner/variant/DefaultSpinner.tsx -------------------------------------------------------------------------------- /app/docs/components/spinner/variant/SpinnerColors.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/spinner/variant/SpinnerColors.tsx -------------------------------------------------------------------------------- /app/docs/components/steps/Step.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/steps/Step.mdx -------------------------------------------------------------------------------- /app/docs/components/steps/StepApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/steps/StepApi.ts -------------------------------------------------------------------------------- /app/docs/components/steps/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/steps/page.tsx -------------------------------------------------------------------------------- /app/docs/components/steps/variant/DefaultSteps.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/steps/variant/DefaultSteps.tsx -------------------------------------------------------------------------------- /app/docs/components/steps/variant/StepWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/steps/variant/StepWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/steps/variant/StepsWithNumber.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/steps/variant/StepsWithNumber.tsx -------------------------------------------------------------------------------- /app/docs/components/switch/Switch.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/switch/Switch.mdx -------------------------------------------------------------------------------- /app/docs/components/switch/SwitchApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/switch/SwitchApi.ts -------------------------------------------------------------------------------- /app/docs/components/switch/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/switch/page.tsx -------------------------------------------------------------------------------- /app/docs/components/switch/variant/DefaultSwitch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/switch/variant/DefaultSwitch.tsx -------------------------------------------------------------------------------- /app/docs/components/switch/variant/DisabledSwitch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/switch/variant/DisabledSwitch.tsx -------------------------------------------------------------------------------- /app/docs/components/switch/variant/SwitchWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/switch/variant/SwitchWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/table/Table.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/Table.mdx -------------------------------------------------------------------------------- /app/docs/components/table/TableApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/TableApi.ts -------------------------------------------------------------------------------- /app/docs/components/table/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/page.tsx -------------------------------------------------------------------------------- /app/docs/components/table/variant/DefaultTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/variant/DefaultTable.tsx -------------------------------------------------------------------------------- /app/docs/components/table/variant/OrdersTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/variant/OrdersTable.tsx -------------------------------------------------------------------------------- /app/docs/components/table/variant/ProductTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/variant/ProductTable.tsx -------------------------------------------------------------------------------- /app/docs/components/table/variant/TeamTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/table/variant/TeamTable.tsx -------------------------------------------------------------------------------- /app/docs/components/tabs/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/page.tsx -------------------------------------------------------------------------------- /app/docs/components/tabs/tabs.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/tabs.mdx -------------------------------------------------------------------------------- /app/docs/components/tabs/tabsApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/tabsApi.ts -------------------------------------------------------------------------------- /app/docs/components/tabs/variant/DefaultTabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/variant/DefaultTabs.tsx -------------------------------------------------------------------------------- /app/docs/components/tabs/variant/TabsUnderline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/variant/TabsUnderline.tsx -------------------------------------------------------------------------------- /app/docs/components/tabs/variant/TabsUnderlineWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/variant/TabsUnderlineWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/tabs/variant/TabsWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tabs/variant/TabsWithIcon.tsx -------------------------------------------------------------------------------- /app/docs/components/textArea/TextArea.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/TextArea.mdx -------------------------------------------------------------------------------- /app/docs/components/textArea/TextAreaApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/TextAreaApi.ts -------------------------------------------------------------------------------- /app/docs/components/textArea/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/page.tsx -------------------------------------------------------------------------------- /app/docs/components/textArea/variant/DefaultTextArea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/variant/DefaultTextArea.tsx -------------------------------------------------------------------------------- /app/docs/components/textArea/variant/DisabledTextArea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/variant/DisabledTextArea.tsx -------------------------------------------------------------------------------- /app/docs/components/textArea/variant/TextAreaWithForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/variant/TextAreaWithForm.tsx -------------------------------------------------------------------------------- /app/docs/components/textArea/variant/TextAreaWithHelperText.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/textArea/variant/TextAreaWithHelperText.tsx -------------------------------------------------------------------------------- /app/docs/components/timeline/Timeline.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/timeline/Timeline.mdx -------------------------------------------------------------------------------- /app/docs/components/timeline/TimelineApi.ts: -------------------------------------------------------------------------------- 1 | export const timelineApiData = [] 2 | -------------------------------------------------------------------------------- /app/docs/components/timeline/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/timeline/page.tsx -------------------------------------------------------------------------------- /app/docs/components/timeline/variant/DashedBorderTimeline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/timeline/variant/DashedBorderTimeline.tsx -------------------------------------------------------------------------------- /app/docs/components/timeline/variant/DefaultTimeline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/timeline/variant/DefaultTimeline.tsx -------------------------------------------------------------------------------- /app/docs/components/timeline/variant/DottedBorderTimeline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/timeline/variant/DottedBorderTimeline.tsx -------------------------------------------------------------------------------- /app/docs/components/timeline/variant/TimelineWithImage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/timeline/variant/TimelineWithImage.tsx -------------------------------------------------------------------------------- /app/docs/components/toast/Toast.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/Toast.mdx -------------------------------------------------------------------------------- /app/docs/components/toast/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/page.tsx -------------------------------------------------------------------------------- /app/docs/components/toast/variant/DefaultToast.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/variant/DefaultToast.tsx -------------------------------------------------------------------------------- /app/docs/components/toast/variant/ToastVariant.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/variant/ToastVariant.tsx -------------------------------------------------------------------------------- /app/docs/components/toast/variant/ToastWithAction.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/variant/ToastWithAction.tsx -------------------------------------------------------------------------------- /app/docs/components/toast/variant/ToastWithDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/variant/ToastWithDescription.tsx -------------------------------------------------------------------------------- /app/docs/components/toast/variant/ToastWithPromise.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/toast/variant/ToastWithPromise.tsx -------------------------------------------------------------------------------- /app/docs/components/tooltip/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/page.tsx -------------------------------------------------------------------------------- /app/docs/components/tooltip/tooltip.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/tooltip.mdx -------------------------------------------------------------------------------- /app/docs/components/tooltip/tooltipApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/tooltipApi.ts -------------------------------------------------------------------------------- /app/docs/components/tooltip/variant/DefaultTooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/variant/DefaultTooltip.tsx -------------------------------------------------------------------------------- /app/docs/components/tooltip/variant/TooltipInstantlyOpen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/variant/TooltipInstantlyOpen.tsx -------------------------------------------------------------------------------- /app/docs/components/tooltip/variant/TooltipPlacement.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/variant/TooltipPlacement.tsx -------------------------------------------------------------------------------- /app/docs/components/tooltip/variant/TooltipWithArrow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/tooltip/variant/TooltipWithArrow.tsx -------------------------------------------------------------------------------- /app/docs/components/upload/Upload.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/Upload.mdx -------------------------------------------------------------------------------- /app/docs/components/upload/UploadApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/UploadApi.ts -------------------------------------------------------------------------------- /app/docs/components/upload/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/page.tsx -------------------------------------------------------------------------------- /app/docs/components/upload/variant/DefaultUpload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/variant/DefaultUpload.tsx -------------------------------------------------------------------------------- /app/docs/components/upload/variant/HorizontalUpload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/variant/HorizontalUpload.tsx -------------------------------------------------------------------------------- /app/docs/components/upload/variant/SingleUpload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/variant/SingleUpload.tsx -------------------------------------------------------------------------------- /app/docs/components/upload/variant/UploadDisabled.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/components/upload/variant/UploadDisabled.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/colors/CodeBox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/colors/CodeBox.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/colors/Colors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/colors/Colors.mdx -------------------------------------------------------------------------------- /app/docs/getting-started/colors/ColorsApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/colors/ColorsApi.ts -------------------------------------------------------------------------------- /app/docs/getting-started/colors/ColorsTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/colors/ColorsTable.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/colors/CustomizeSteps.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/colors/CustomizeSteps.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/colors/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/colors/page.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/dark-mode/Code/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/dark-mode/Code/index.ts -------------------------------------------------------------------------------- /app/docs/getting-started/dark-mode/DarkMode.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/dark-mode/DarkMode.mdx -------------------------------------------------------------------------------- /app/docs/getting-started/dark-mode/DarkModeStepForNext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/dark-mode/DarkModeStepForNext.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/dark-mode/DarkModeStepForReact.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/dark-mode/DarkModeStepForReact.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/dark-mode/ViteThemeSwitch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/dark-mode/ViteThemeSwitch.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/dark-mode/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/dark-mode/page.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/installation/Code/Code.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/installation/Code/Code.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/installation/Installation.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/installation/Installation.mdx -------------------------------------------------------------------------------- /app/docs/getting-started/installation/IntroductionStepsForNext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/installation/IntroductionStepsForNext.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/installation/IntroductionStepsForReact.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/installation/IntroductionStepsForReact.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/installation/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/installation/page.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/typography/Content.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/Content.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/typography/Typography.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/Typography.mdx -------------------------------------------------------------------------------- /app/docs/getting-started/typography/TypographyAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/TypographyAPI.ts -------------------------------------------------------------------------------- /app/docs/getting-started/typography/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/page.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/typography/variant/Body.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/variant/Body.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/typography/variant/Display.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/variant/Display.tsx -------------------------------------------------------------------------------- /app/docs/getting-started/typography/variant/Heading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/getting-started/typography/variant/Heading.tsx -------------------------------------------------------------------------------- /app/docs/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/docs/layout.tsx -------------------------------------------------------------------------------- /app/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/favicon.ico -------------------------------------------------------------------------------- /app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/globals.css -------------------------------------------------------------------------------- /app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/layout.tsx -------------------------------------------------------------------------------- /app/loading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/loading.tsx -------------------------------------------------------------------------------- /app/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/main.css -------------------------------------------------------------------------------- /app/not-found.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/not-found.tsx -------------------------------------------------------------------------------- /app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/page.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/Accordion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/Accordion.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/AccordionAction.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/AccordionAction.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/AccordionContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/AccordionContent.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/AccordionIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/AccordionIcon.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/AccordionItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/AccordionItem.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/AccordionTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/AccordionTitle.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Accordion/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Accordion/index.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Alert.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Alert.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/AlertContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/AlertContext.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Container.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Container.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Description.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Description.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Dismiss.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Dismiss.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Icon.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Link.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Link.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/Title.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/Title.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/index.tsx -------------------------------------------------------------------------------- /app/src/components/Alert/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Alert/theme.ts -------------------------------------------------------------------------------- /app/src/components/Avatar/Avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Avatar/Avatar.tsx -------------------------------------------------------------------------------- /app/src/components/Avatar/AvatarFallback.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Avatar/AvatarFallback.tsx -------------------------------------------------------------------------------- /app/src/components/Avatar/AvatarGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Avatar/AvatarGroup.tsx -------------------------------------------------------------------------------- /app/src/components/Avatar/AvatarImage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Avatar/AvatarImage.tsx -------------------------------------------------------------------------------- /app/src/components/Avatar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Avatar/index.tsx -------------------------------------------------------------------------------- /app/src/components/Badge/Badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Badge/Badge.tsx -------------------------------------------------------------------------------- /app/src/components/Badge/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Badge/index.tsx -------------------------------------------------------------------------------- /app/src/components/Badge/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Badge/theme.ts -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/Breadcrumb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/Breadcrumb.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/BreadcrumbDivider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/BreadcrumbDivider.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/BreadcrumbEllipsis.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/BreadcrumbEllipsis.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/BreadcrumbItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/BreadcrumbItem.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/BreadcrumbLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/BreadcrumbLink.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/BreadcrumbList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/BreadcrumbList.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/BreadcrumbPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/BreadcrumbPage.tsx -------------------------------------------------------------------------------- /app/src/components/Breadcrumb/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Breadcrumb/index.tsx -------------------------------------------------------------------------------- /app/src/components/Button/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Button/Button.tsx -------------------------------------------------------------------------------- /app/src/components/Button/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Button/index.tsx -------------------------------------------------------------------------------- /app/src/components/Button/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Button/theme.ts -------------------------------------------------------------------------------- /app/src/components/ButtonGroup/ButtonGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/ButtonGroup/ButtonGroup.tsx -------------------------------------------------------------------------------- /app/src/components/ButtonGroup/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/ButtonGroup/index.tsx -------------------------------------------------------------------------------- /app/src/components/Card/Card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/Card.tsx -------------------------------------------------------------------------------- /app/src/components/Card/Content.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/Content.tsx -------------------------------------------------------------------------------- /app/src/components/Card/Description.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/Description.tsx -------------------------------------------------------------------------------- /app/src/components/Card/Footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/Footer.tsx -------------------------------------------------------------------------------- /app/src/components/Card/Header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/Header.tsx -------------------------------------------------------------------------------- /app/src/components/Card/Title.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/Title.tsx -------------------------------------------------------------------------------- /app/src/components/Card/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Card/index.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Buttons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Buttons.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Carousel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Carousel.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/CarouselArrowButtons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/CarouselArrowButtons.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/CarouselContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/CarouselContext.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/CarouselDotButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/CarouselDotButton.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Control.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Control.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Indicators.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Indicators.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Item.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Slides.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Slides.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/Viewport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/Viewport.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/index.tsx -------------------------------------------------------------------------------- /app/src/components/Carousel/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Carousel/theme.ts -------------------------------------------------------------------------------- /app/src/components/Charts/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Charts/index.tsx -------------------------------------------------------------------------------- /app/src/components/Checkbox/Checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Checkbox/Checkbox.tsx -------------------------------------------------------------------------------- /app/src/components/Checkbox/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Checkbox/index.tsx -------------------------------------------------------------------------------- /app/src/components/Checkbox/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Checkbox/theme.ts -------------------------------------------------------------------------------- /app/src/components/DatePicker/DatePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/DatePicker/DatePicker.tsx -------------------------------------------------------------------------------- /app/src/components/DatePicker/index.tsx: -------------------------------------------------------------------------------- 1 | export * from './DatePicker' 2 | -------------------------------------------------------------------------------- /app/src/components/Divider/Divider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Divider/Divider.tsx -------------------------------------------------------------------------------- /app/src/components/Divider/index.tsx: -------------------------------------------------------------------------------- 1 | export * from './Divider' 2 | -------------------------------------------------------------------------------- /app/src/components/Divider/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Divider/theme.ts -------------------------------------------------------------------------------- /app/src/components/Drawer/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/Drawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/Drawer.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/DrawerContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/DrawerContent.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/DrawerDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/DrawerDescription.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/DrawerFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/DrawerFooter.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/DrawerHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/DrawerHeader.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/DrawerOverlay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/DrawerOverlay.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/DrawerTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/DrawerTitle.tsx -------------------------------------------------------------------------------- /app/src/components/Drawer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Drawer/index.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/Dropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/Dropdown.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownArrow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownArrow.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownCheckboxItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownCheckboxItem.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownContent.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownDivider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownDivider.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownItem.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownLabel.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownRadioItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownRadioItem.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownShortcut.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownShortcut.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownSubAction.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownSubAction.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/DropdownSubContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/DropdownSubContent.tsx -------------------------------------------------------------------------------- /app/src/components/Dropdown/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Dropdown/index.tsx -------------------------------------------------------------------------------- /app/src/components/Empty/Description.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Empty/Description.tsx -------------------------------------------------------------------------------- /app/src/components/Empty/Empty.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Empty/Empty.tsx -------------------------------------------------------------------------------- /app/src/components/Empty/Image.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Empty/Image.tsx -------------------------------------------------------------------------------- /app/src/components/Empty/Title.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Empty/Title.tsx -------------------------------------------------------------------------------- /app/src/components/Empty/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Empty/index.tsx -------------------------------------------------------------------------------- /app/src/components/Empty/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Empty/theme.ts -------------------------------------------------------------------------------- /app/src/components/Helpers/VisuallyHidden.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Helpers/VisuallyHidden.tsx -------------------------------------------------------------------------------- /app/src/components/Helpers/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Helpers/index.tsx -------------------------------------------------------------------------------- /app/src/components/Input/Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Input/Icon.tsx -------------------------------------------------------------------------------- /app/src/components/Input/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Input/Input.tsx -------------------------------------------------------------------------------- /app/src/components/Input/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Input/index.tsx -------------------------------------------------------------------------------- /app/src/components/Input/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Input/theme.ts -------------------------------------------------------------------------------- /app/src/components/InputOTP/InputOTP.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/InputOTP/InputOTP.tsx -------------------------------------------------------------------------------- /app/src/components/InputOTP/InputOTPDivider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/InputOTP/InputOTPDivider.tsx -------------------------------------------------------------------------------- /app/src/components/InputOTP/InputOTPGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/InputOTP/InputOTPGroup.tsx -------------------------------------------------------------------------------- /app/src/components/InputOTP/InputOTPItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/InputOTP/InputOTPItem.tsx -------------------------------------------------------------------------------- /app/src/components/InputOTP/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/InputOTP/index.tsx -------------------------------------------------------------------------------- /app/src/components/Label/Label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Label/Label.tsx -------------------------------------------------------------------------------- /app/src/components/Label/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Label/index.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/Modal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/Modal.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/ModalContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/ModalContent.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/ModalDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/ModalDescription.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/ModalFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/ModalFooter.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/ModalHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/ModalHeader.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/ModalOverlay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/ModalOverlay.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/ModalTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/ModalTitle.tsx -------------------------------------------------------------------------------- /app/src/components/Modal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Modal/index.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/Brand.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/Brand.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/Collapse.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/Collapse.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/CollapseBtn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/CollapseBtn.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/Container.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/Container.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/Item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/Item.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/List.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/List.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/Navbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/Navbar.tsx -------------------------------------------------------------------------------- /app/src/components/Navbar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Navbar/index.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/Notification.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/Notification.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/NotificationContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/NotificationContent.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/NotificationDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/NotificationDescription.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/NotificationTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/NotificationTitle.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/index.tsx -------------------------------------------------------------------------------- /app/src/components/Notification/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Notification/theme.ts -------------------------------------------------------------------------------- /app/src/components/NumberInput/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/NumberInput/Button.tsx -------------------------------------------------------------------------------- /app/src/components/NumberInput/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/NumberInput/Input.tsx -------------------------------------------------------------------------------- /app/src/components/NumberInput/NumberInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/NumberInput/NumberInput.tsx -------------------------------------------------------------------------------- /app/src/components/NumberInput/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/NumberInput/index.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/GoTo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/GoTo.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/Item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/Item.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/List.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/List.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/Navigator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/Navigator.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/Pagination.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/Pagination.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/index.tsx -------------------------------------------------------------------------------- /app/src/components/Pagination/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Pagination/theme.ts -------------------------------------------------------------------------------- /app/src/components/Popover/PopoverContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Popover/PopoverContent.tsx -------------------------------------------------------------------------------- /app/src/components/Popover/PopoverDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Popover/PopoverDescription.tsx -------------------------------------------------------------------------------- /app/src/components/Popover/PopoverTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Popover/PopoverTitle.tsx -------------------------------------------------------------------------------- /app/src/components/Popover/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Popover/index.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/CircleLine.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/CircleLine.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/CircleProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/CircleProgress.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/CircleText.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/CircleText.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/LineProgress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/LineProgress.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/LineProgressBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/LineProgressBar.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/LineText.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/LineText.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/index.tsx -------------------------------------------------------------------------------- /app/src/components/Progress/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Progress/theme.ts -------------------------------------------------------------------------------- /app/src/components/Radio/Radio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Radio/Radio.tsx -------------------------------------------------------------------------------- /app/src/components/Radio/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Radio/index.tsx -------------------------------------------------------------------------------- /app/src/components/Radio/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Radio/theme.ts -------------------------------------------------------------------------------- /app/src/components/Rating/Context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Rating/Context.tsx -------------------------------------------------------------------------------- /app/src/components/Rating/Rating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Rating/Rating.tsx -------------------------------------------------------------------------------- /app/src/components/Rating/Star.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Rating/Star.tsx -------------------------------------------------------------------------------- /app/src/components/Rating/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Rating/index.tsx -------------------------------------------------------------------------------- /app/src/components/Select/SelectAction.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/SelectAction.tsx -------------------------------------------------------------------------------- /app/src/components/Select/SelectContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/SelectContent.tsx -------------------------------------------------------------------------------- /app/src/components/Select/SelectDivider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/SelectDivider.tsx -------------------------------------------------------------------------------- /app/src/components/Select/SelectItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/SelectItem.tsx -------------------------------------------------------------------------------- /app/src/components/Select/SelectLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/SelectLabel.tsx -------------------------------------------------------------------------------- /app/src/components/Select/SelectScrollButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/SelectScrollButton.tsx -------------------------------------------------------------------------------- /app/src/components/Select/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Select/index.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/Sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/Sidebar.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarBody.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarBody.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarCollapse.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarCollapse.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarDropdown.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarDropdownList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarDropdownList.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarFooter.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarItem.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/SidebarList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/SidebarList.tsx -------------------------------------------------------------------------------- /app/src/components/Sidebar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Sidebar/index.tsx -------------------------------------------------------------------------------- /app/src/components/Skeleton/Skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Skeleton/Skeleton.tsx -------------------------------------------------------------------------------- /app/src/components/Skeleton/SkeletonLine.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Skeleton/SkeletonLine.tsx -------------------------------------------------------------------------------- /app/src/components/Skeleton/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Skeleton/index.tsx -------------------------------------------------------------------------------- /app/src/components/Skeleton/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Skeleton/theme.ts -------------------------------------------------------------------------------- /app/src/components/Slider/Slider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Slider/Slider.tsx -------------------------------------------------------------------------------- /app/src/components/Slider/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Slider/index.tsx -------------------------------------------------------------------------------- /app/src/components/Spinner/Spinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Spinner/Spinner.tsx -------------------------------------------------------------------------------- /app/src/components/Spinner/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Spinner/index.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/Steps.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/Steps.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/StepsContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/StepsContent.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/StepsDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/StepsDescription.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/StepsItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/StepsItem.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/StepsPoint.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/StepsPoint.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/StepsTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/StepsTitle.tsx -------------------------------------------------------------------------------- /app/src/components/Steps/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Steps/index.tsx -------------------------------------------------------------------------------- /app/src/components/Switch/Switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Switch/Switch.tsx -------------------------------------------------------------------------------- /app/src/components/Switch/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Switch/index.tsx -------------------------------------------------------------------------------- /app/src/components/Table/Table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/Table.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableBody.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableBody.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableCaption.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableCaption.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableCell.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableCell.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableFooter.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableHead.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableHead.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableHeader.tsx -------------------------------------------------------------------------------- /app/src/components/Table/TableRow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/TableRow.tsx -------------------------------------------------------------------------------- /app/src/components/Table/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Table/index.tsx -------------------------------------------------------------------------------- /app/src/components/Tabs/Tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tabs/Tabs.tsx -------------------------------------------------------------------------------- /app/src/components/Tabs/TabsContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tabs/TabsContent.tsx -------------------------------------------------------------------------------- /app/src/components/Tabs/TabsContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tabs/TabsContext.tsx -------------------------------------------------------------------------------- /app/src/components/Tabs/TabsItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tabs/TabsItem.tsx -------------------------------------------------------------------------------- /app/src/components/Tabs/TabsList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tabs/TabsList.tsx -------------------------------------------------------------------------------- /app/src/components/Tabs/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tabs/index.tsx -------------------------------------------------------------------------------- /app/src/components/Textarea/Textarea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Textarea/Textarea.tsx -------------------------------------------------------------------------------- /app/src/components/Textarea/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Textarea/index.tsx -------------------------------------------------------------------------------- /app/src/components/Timeline/Content.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Timeline/Content.tsx -------------------------------------------------------------------------------- /app/src/components/Timeline/Item.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Timeline/Item.tsx -------------------------------------------------------------------------------- /app/src/components/Timeline/Point.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Timeline/Point.tsx -------------------------------------------------------------------------------- /app/src/components/Timeline/Timeline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Timeline/Timeline.tsx -------------------------------------------------------------------------------- /app/src/components/Timeline/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Timeline/index.tsx -------------------------------------------------------------------------------- /app/src/components/Toast/Toast.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Toast/Toast.tsx -------------------------------------------------------------------------------- /app/src/components/Toast/ToastWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Toast/ToastWrapper.tsx -------------------------------------------------------------------------------- /app/src/components/Toast/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Toast/index.tsx -------------------------------------------------------------------------------- /app/src/components/Tooltip/TooltipArrow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tooltip/TooltipArrow.tsx -------------------------------------------------------------------------------- /app/src/components/Tooltip/TooltipContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tooltip/TooltipContent.tsx -------------------------------------------------------------------------------- /app/src/components/Tooltip/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Tooltip/index.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/Body.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/Body.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/Footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/Footer.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/Icon.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/Text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/Text.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/Upload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/Upload.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/UploadContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/UploadContext.tsx -------------------------------------------------------------------------------- /app/src/components/Upload/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/Upload/index.tsx -------------------------------------------------------------------------------- /app/src/components/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/components/index.tsx -------------------------------------------------------------------------------- /app/src/index.ts: -------------------------------------------------------------------------------- 1 | export * from './components' 2 | -------------------------------------------------------------------------------- /app/src/theme/keepTheme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/theme/keepTheme.ts -------------------------------------------------------------------------------- /app/src/utils/cn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/app/src/utils/cn.ts -------------------------------------------------------------------------------- /commitlint.config.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/commitlint.config.cjs -------------------------------------------------------------------------------- /data/blogs/keep-react-v1.3.0.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/data/blogs/keep-react-v1.3.0.mdx -------------------------------------------------------------------------------- /data/blogs/keep-react-v1.4.0.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/data/blogs/keep-react-v1.4.0.mdx -------------------------------------------------------------------------------- /data/blogs/keep-react-v1.5.0.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/data/blogs/keep-react-v1.5.0.mdx -------------------------------------------------------------------------------- /data/blogs/keep-react-v1.6.0.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/data/blogs/keep-react-v1.6.0.mdx -------------------------------------------------------------------------------- /hooks/useCopy.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/hooks/useCopy.tsx -------------------------------------------------------------------------------- /mdx-components.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/mdx-components.tsx -------------------------------------------------------------------------------- /mdx.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/mdx.d.ts -------------------------------------------------------------------------------- /next-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/next-env.d.ts -------------------------------------------------------------------------------- /next.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/next.config.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/postcss.config.js -------------------------------------------------------------------------------- /public/data/tableData.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/data/tableData.ts -------------------------------------------------------------------------------- /public/images/avatar/avatar-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/avatar-1.png -------------------------------------------------------------------------------- /public/images/avatar/avatar-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/avatar-2.png -------------------------------------------------------------------------------- /public/images/avatar/avatar-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/avatar-3.png -------------------------------------------------------------------------------- /public/images/avatar/avatar-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/avatar-4.png -------------------------------------------------------------------------------- /public/images/avatar/avatar-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/avatar-5.png -------------------------------------------------------------------------------- /public/images/avatar/default-avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/default-avatar.svg -------------------------------------------------------------------------------- /public/images/avatar/verify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/avatar/verify.svg -------------------------------------------------------------------------------- /public/images/company/Visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/company/Visa.png -------------------------------------------------------------------------------- /public/images/company/mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/company/mastercard.png -------------------------------------------------------------------------------- /public/images/company/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/company/paypal.png -------------------------------------------------------------------------------- /public/images/company/stripe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/company/stripe.png -------------------------------------------------------------------------------- /public/images/company/western.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/company/western.png -------------------------------------------------------------------------------- /public/images/home/community.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/home/community.svg -------------------------------------------------------------------------------- /public/images/home/hero-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/home/hero-1.png -------------------------------------------------------------------------------- /public/images/icon/Series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/Series.png -------------------------------------------------------------------------------- /public/images/icon/checkedDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/checkedDark.svg -------------------------------------------------------------------------------- /public/images/icon/checkedLight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/checkedLight.svg -------------------------------------------------------------------------------- /public/images/icon/country-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/country-0.svg -------------------------------------------------------------------------------- /public/images/icon/country-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/country-1.svg -------------------------------------------------------------------------------- /public/images/icon/country-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/country-2.svg -------------------------------------------------------------------------------- /public/images/icon/country-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/country-4.svg -------------------------------------------------------------------------------- /public/images/icon/country-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/country-5.svg -------------------------------------------------------------------------------- /public/images/icon/dashedDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/dashedDark.svg -------------------------------------------------------------------------------- /public/images/icon/dashedLight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/dashedLight.svg -------------------------------------------------------------------------------- /public/images/icon/discord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/discord.svg -------------------------------------------------------------------------------- /public/images/icon/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/file.svg -------------------------------------------------------------------------------- /public/images/icon/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/folder.svg -------------------------------------------------------------------------------- /public/images/icon/github-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/github-dark.svg -------------------------------------------------------------------------------- /public/images/icon/github-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/github-white.svg -------------------------------------------------------------------------------- /public/images/icon/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/github.svg -------------------------------------------------------------------------------- /public/images/icon/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/plus.png -------------------------------------------------------------------------------- /public/images/icon/pricing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/icon/pricing.png -------------------------------------------------------------------------------- /public/images/keep-card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/keep-card.jpg -------------------------------------------------------------------------------- /public/images/keep-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/keep-dark.svg -------------------------------------------------------------------------------- /public/images/keep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/keep.svg -------------------------------------------------------------------------------- /public/images/series/series-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/series/series-1.svg -------------------------------------------------------------------------------- /public/images/series/series-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/series/series-2.svg -------------------------------------------------------------------------------- /public/images/series/series-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/series/series-3.svg -------------------------------------------------------------------------------- /public/images/series/series-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/series/series-4.svg -------------------------------------------------------------------------------- /public/images/series/series-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/public/images/series/series-5.svg -------------------------------------------------------------------------------- /routes/routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/routes/routes.ts -------------------------------------------------------------------------------- /tailwind.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/tailwind.config.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.lib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/tsconfig.lib.json -------------------------------------------------------------------------------- /utils/getMdxContent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/utils/getMdxContent.ts -------------------------------------------------------------------------------- /utils/remToPx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StaticMania/keep-react/HEAD/utils/remToPx.ts --------------------------------------------------------------------------------