September 6th 2024
We're thrilled to share the latest enhancements to NextUI Pro, 8 new components, bug fixes, and refactoring. The library has grown from 180 to 188, offering more components to help you build your beautiful applications.
The Table component with filter functionality is a dynamic and efficient tool for managing and interacting with datasets in web applications. It includes searching, filtering, and sorting features.
Link đ: https://www.nextui.pro/components/application/tables#component-table-with-filters
A Hero Section is a prominent area on your landing page. It includes several examples - Basic Hero Section, Hero Section With Bottom App Screenshot, Hero Section With Bottom App Skewed Screenshot, and Hero Section With Centered Navbar and Bottom App Screenshot (Light mode supported only).
Link đ: https://www.nextui.pro/components/marketing/hero-sections#component-hero-section-basic
Note: If you are using NextJS and our
bg-gradient
image, you need to add the following code in yournext.config.js
.
images: {
remotePatterns: [
{
hostname: "nextuipro.nyc3.cdn.digitaloceanspaces.com",
protocol: "https",
},
],
},
Note: If you are using NextJS and our
bg-gradient
image, you need to add the following code in yournext.config.js
.
images: {
remotePatterns: [
{
hostname: "nextuipro.nyc3.cdn.digitaloceanspaces.com",
protocol: "https",
},
],
},
Note: If you are using NextJS and our
bg-gradient
image, you need to add the following code in yournext.config.js
.
images: {
remotePatterns: [
{
hostname: "nextuipro.nyc3.cdn.digitaloceanspaces.com",
protocol: "https",
},
],
},
Note: only light mode is supported
AI Prompt Layout with Recent Messages is designed to enhance user experience by incorporating an intuitive interface that displays both the current AI prompt and a history of recent messages.
Link đ: https://www.nextui.pro/components/ai/prompt-containers#component-prompt-layout-with-recent-messages
Command Menu With Categories provides a centralised, easy-to-access location where users can view and execute a variety of commands to retrieve corresponding results.
Link đ: https://www.nextui.pro/components/application/command-menus#component-command-menu-with-categories
The cn
utility is now exported from the NextUI package. If you're using this utility in your codebase, please update it to accommodate the new components.
Before Update (The import path may subject to your project structure):
import {cn} from "@/utils/cn";
After Update:
import {cn} from "@nextui-org/react";
https://nextui.pro/components/application/sidebars#component-sidebar-off-canvas
https://nextui.pro/components/application/navbars#component-basic-navbar
https://nextui.pro/components/application/navbars#component-centered-navbar-menu
https://nextui.pro/components/application/feedbacks#component-feedback-rating
https://nextui.pro/components/application/layouts#component-messaging-application
https://nextui.pro/components/application/layouts#component-settings-layout
https://nextui.pro/components/application/sidebars#component-sidebar-compact
https://nextui.pro/components/application/sidebars#component-sidebar-off-canvas
https://nextui.pro/components/application/sidebars#component-sidebar-responsive
https://nextui.pro/components/application/sidebars#component-sidebar-with-toggle-button
https://nextui.pro/components/ai/prompt-inputs#component-basic-prompt-input
https://nextui.pro/components/ai/prompt-containers#component-prompt-container-with-conversation
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-bottom-actions
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-character-count
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-enclosed-actions
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-regenerate-button
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-suggestions-above
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-uploaded-images
https://nextui.pro/components/ai/prompt-inputs#component-prompt-input-with-vertical-actions
https://nextui.pro/components/ecommerce/product-list#component-place-list-grid-loading-state
https://nextui.pro/components/ecommerce/product-list#component-place-list-grid
https://nextui.pro/components/ecommerce/product-list#component-product-list-grid
https://nextui.pro/components/marketing/pricing-comparison#component-basic-pricing-comparison
https://nextui.pro/components/marketing/pricing#component-pricing-with-featured-tier
https://nextui.pro/components/marketing/pricing#component-pricing-with-featured-tier-filled
https://nextui.pro/components/marketing/pricing#component-pricing-with-most-popular-tier-highlighted
Stay tuned to the next components and features with our roadmap đ:
https://feedback.nextui.pro/roadmap