v1.4.0 #166
Arifulislam5577
announced in
Announcements
v1.4.0
#166
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Keep React V1.4.0
Welcome to the latest release of Keep React! This version brings several improvements and updates to our components while maintaining the familiar UI look and feel.
Alert
The Alert component structure has been updated for better consistency. Here are the changes:
Alert.Container
is nowAlertContainer
Alert.Body
is nowAlertBody
Alert.Dismiss
is nowAlertDismiss
Alert.Link
is nowAlertLink
Alert.Icon
is nowAlertIcon
Alert.Title
is nowAlertTitle
Alert.Description
is nowAlertDescription
Carousel
We have revamped the Carousel component structure. Here are the changes:
Carousel.Control
is nowCarouselControl
Carousel.Buttons
is nowCarouselButtons
Carousel.Item
is nowCarouselItem
Carousel.Slides
is nowCarouselSlides
Carousel.Indicators
is nowCarouselIndicators
Carousel.PrevButton
is nowCarouselPrevButton
Carousel.NextButton
is nowCarouselNextButton
Card, Modal, Accordion, and More
Similarly, other components like Card, Modal, Accordion, and many more have undergone structural updates for consistency and clarity.
Updated Component List
Accordion
Alert
Avatar
Breadcrumb
ButtonGroup
Card
Carousel
Drawer
Dropdown
Empty
Input
Modal
Navbar
Notification
Number Input
Pagination
Popover
Progress
Rating
Sidebar
Skeleton
Slider
Steps
Table
Tabs
Timeline
Upload
Dark Mode
With the release of Keep React v.1.4.0, dark mode is now available for all components. Enhance your user interface with this sleek new feature and provide a better experience for users who prefer darker themes.
Next Js Server and Client Component
Starting from this version, you can now use Keep components in our Next.js server components without the need for the "use client" directive. Even though our components are still client-side components, they can seamlessly integrate with Next.js server components, offering greater flexibility in your project architecture.
Contributors
This release was made possible by:
This discussion was created from the release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions