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
- Host: GitHub
- URL: https://github.com/tapascript/next-shadcn-problems
- Owner: tapascript
- Created: 2024-09-09T05:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T03:08:20.000Z (over 1 year ago)
- Last Synced: 2025-04-12T13:12:06.025Z (12 months ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)