Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Setting Up and Configuring Tables in shadcn/ui

lesson

Setting Up and Configuring Tables in shadcn/uiSleek Next.JS Applications with shadcn/ui

Building a powerful table to display a list of events that users have registered for.

Module 7 Introduction

lesson

Module 7 IntroductionSleek Next.JS Applications with shadcn/ui

Learn about building tables with shadcn/ui

RSVP Functionality

lesson

RSVP FunctionalitySleek Next.JS Applications with shadcn/ui

Learn how to add RSVP functionality to the event details page

Finish the Authentication Flow

lesson

Finish the Authentication FlowSleek Next.JS Applications with shadcn/ui

Add a logout function to the UserContext and a logged-in state to the LoginButton

Building the Authentication Form

lesson

Building the Authentication FormSleek Next.JS Applications with shadcn/ui

Create the AuthForm component to handle the login and register flow

Building the Login Button

lesson

Building the Login ButtonSleek Next.JS Applications with shadcn/ui

Create the LoginButton component and conditionally render it inside the RSVPButton component

Building The User Context

lesson

Building The User ContextSleek Next.JS Applications with shadcn/ui

Learn how to build the user context for the event management application using shadcn/ui

Forms in shadcn/ui

lesson

Forms in shadcn/uiSleek Next.JS Applications with shadcn/ui

Learn how to build an event management application using shadcn/ui

Create a Card Variant in shadcn/ui

lesson

Create a Card Variant in shadcn/uiSleek Next.JS Applications with shadcn/ui

Create a new variant for the Card component in shadcn/ui

The Event Sheet

lesson

The Event SheetSleek Next.JS Applications with shadcn/ui

Making the event list interactive by opening the event details sheet when the user clicks on an event

Event Page

lesson

Event PageSleek Next.JS Applications with shadcn/ui

Create the events list timeline page for the event management application