Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Setup shadcn/ui Development Environment

lesson

Setup shadcn/ui Development EnvironmentSleek Next.JS Applications with shadcn/ui

Learn how to setup the shadcn/ui local development environment

shadcn/ui source code architecture

lesson

shadcn/ui source code architectureSleek Next.JS Applications with shadcn/ui

Learn about the shadcn/ui library architecture and how it is built and structured

Module 9 Introduction

lesson

Module 9 IntroductionSleek Next.JS Applications with shadcn/ui

Learn how to contribute to the shadcn/ui codebase

Building a Filter Component with shadcn/ui

lesson

Building a Filter Component with shadcn/uiSleek Next.JS Applications with shadcn/ui

Learn how to compose multiple components to create a new one, such as building a filter component.

What is component composition?

lesson

What is component composition?Sleek Next.JS Applications with shadcn/ui

Learn about component composition and its benefits in shadcn/ui

Module 8 Introduction

lesson

Module 8 IntroductionSleek Next.JS Applications with shadcn/ui

Learn how to compose components to build new ones

Mobile View

lesson

Mobile ViewSleek Next.JS Applications with shadcn/ui

Make the website responsive and adapt the table for mobile devices

Pagination and Sorting

lesson

Pagination and SortingSleek Next.JS Applications with shadcn/ui

Add pagination and sorting to the EventsTable component

New Events Form

lesson

New Events FormSleek Next.JS Applications with shadcn/ui

Create a form to allow users to create new events and display them in a table.

Custom Cells and Interactive Rows

lesson

Custom Cells and Interactive RowsSleek Next.JS Applications with shadcn/ui

Customize the cells and rows of the table and open a sheet showing the event details when the user clicks on the title.