An open API service indexing awesome lists of open source software.

https://github.com/tapascript/next-shadcn-problems

This repository contains the problem solution for the use cases using Next.js and Shadcn/ui
https://github.com/tapascript/next-shadcn-problems

Last synced: 12 months ago
JSON representation

This repository contains the problem solution for the use cases using Next.js and Shadcn/ui

Awesome Lists containing this project

README

          

This repository contains the code of several projects to demonstrate the tricky use cases I have encountered in building usable software products with Next.js and Shadncn/UI. I hope you find it helpful too.

If you like the work, do not hesitate to give the repository a star ⭐.

## Tricks
- [How to close a dialog on form submit](https://github.com/tapascript/next-shadcn-problems/tree/dialog-close-form-submission)