A Next.js 13 (upgraded to next 14 via yarn upgrade next@14
command ) template for building apps with Radix UI and Tailwind CSS. Part tof the workshop by newline on the link https://www.youtube.com/watch?v=nq31n-Dte_o
Workshop Title: Secrets to Stunning and Accessible Form Design with Shadcn/ui
yarn create next-app . -e https://github.com/shadcn/next-template
- Next.js 13 App Directory(upgraded to next 14 via
yarn upgrade next@14
command ) - Radix UI Primitives
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes
- Tailwind CSS class sorting, merging and linting.
Licensed under the MIT license.
-
Send form data to an actual database
-
Retrieve and display the sent data on the ui