DORSETRIGS
Home

nextui (16 post)


posts by category not found!

Next Ui Tailwind Custom Prefix

Customizing Your Tailwind CSS Experience Tailwind UI with a Prefix Tailwind CSS is a powerful utility first framework that empowers developers to build beautifu

2 min read 04-10-2024 31
Next Ui Tailwind Custom Prefix
Next Ui Tailwind Custom Prefix

Erro when using next-ui grid in next.js app

Next js Grid Woes Troubleshooting next ui Grid Issues Have you been trying to implement a beautiful and responsive grid layout in your Next js application using

2 min read 04-10-2024 42
Erro when using next-ui grid in next.js app
Erro when using next-ui grid in next.js app

Getting selected items from NextUI-Table

Mastering Row Selection in Next UI Table A Comprehensive Guide The Challenge Selecting specific rows from a Next UI Table can be a common requirement in web app

2 min read 04-10-2024 39
Getting selected items from NextUI-Table
Getting selected items from NextUI-Table

How to change border radius of Tabs component in NextUI

How to Change the Border Radius of Tabs Component in Next UI In this guide we will explore how to customize the border radius of the Tabs component in Next UI a

2 min read 30-09-2024 40
How to change border radius of Tabs component in NextUI
How to change border radius of Tabs component in NextUI

useEffect only triggers server action if additional server action is called

Understanding use Effect Triggering in React When Does It Execute Server Actions In the world of React use Effect is a powerful hook that allows developers to p

3 min read 29-09-2024 36
useEffect only triggers server action if additional server action is called
useEffect only triggers server action if additional server action is called

Next UI project showing blank page after build

Troubleshooting Blank Page Issues in Next js Projects After Build When working on a Next js project encountering a blank page after building can be a frustratin

3 min read 29-09-2024 37
Next UI project showing blank page after build
Next UI project showing blank page after build

How to pass data & open a Modal using dynamically mapped pressable Card component in NextUI

How to Pass Data and Open a Modal Using Dynamically Mapped Pressable Card Component in Next UI In modern web development user interaction is key to creating an

3 min read 29-09-2024 39
How to pass data & open a Modal using dynamically mapped pressable Card component in NextUI
How to pass data & open a Modal using dynamically mapped pressable Card component in NextUI

NextUI Components style won't apply while it actually does apply on some

Troubleshooting Next UI Component Styles A Guide to Style Application Issues When developing with Next UI a popular React UI library you might encounter a frust

2 min read 22-09-2024 45
NextUI Components style won't apply while it actually does apply on some
NextUI Components style won't apply while it actually does apply on some

Date range picker nextui issue

Resolving the Date Range Picker Issue in Next UI Date range pickers are crucial components in many web applications enabling users to select a range of dates co

3 min read 19-09-2024 39
Date range picker nextui issue
Date range picker nextui issue

failed to get the value of nextui autocomplete

Troubleshooting Failed to get the value of Next UI Autocomplete Errors Are you struggling to retrieve the selected value from a Next UI Autocomplete component Y

2 min read 13-09-2024 56
failed to get the value of nextui autocomplete
failed to get the value of nextui autocomplete

NextJS 13 getting an <[object Object]> error when trying to use Listbox from nextui

Next js 13 and Next UIs Listbox Troubleshooting the Object Object Error Using Next UIs Listbox component is a great way to add interactive list elements to your

2 min read 03-09-2024 53
NextJS 13 getting an <[object Object]> error when trying to use Listbox from nextui
NextJS 13 getting an <[object Object]> error when trying to use Listbox from nextui

Set Monday instead of Sunday as first column in @nextui-org/react Calendar

Setting Monday as the First Day of the Week in nextui org react Calendar The nextui org react Calendar component by default displays Sunday as the first day of

2 min read 30-08-2024 35
Set Monday instead of Sunday as first column in @nextui-org/react Calendar
Set Monday instead of Sunday as first column in @nextui-org/react Calendar

Update nextui button defaults

Customizing Next UI Button Defaults A Guide to Consistent Styling Next UI is a powerful UI library that offers a clean and modern look but sometimes you need to

2 min read 30-08-2024 30
Update nextui button defaults
Update nextui button defaults

NextUI Tooltip not rendering - Warning: Function components cannot be given refs

Next UI Tooltip Not Rendering Warning Function components cannot be given refs Explained You re encountering a common issue when using Next UIs Tooltip componen

2 min read 30-08-2024 41
NextUI Tooltip not rendering - Warning: Function components cannot be given refs
NextUI Tooltip not rendering - Warning: Function components cannot be given refs

Next UI NavBarMenuToggle won't show but is working when clicked

Next UI Nav Bar Menu Toggle Not Visible but Functional A Breakdown and Solutions This article will address a common issue faced by Next js developers using Next

2 min read 29-08-2024 40
Next UI NavBarMenuToggle won't show but is working when clicked
Next UI NavBarMenuToggle won't show but is working when clicked

TypeScript for cols and rows of a table (NextUI Table)

Mastering Type Script for Next UI Tables Defining Columns and Rows Using Type Script to type your Next UI Table data can enhance code clarity and prevent runtim

2 min read 28-08-2024 39
TypeScript for cols and rows of a table (NextUI Table)
TypeScript for cols and rows of a table (NextUI Table)