#shadcn/ui #boilerplate
A boilerplate built with shadcn/ui for rapid development of modern web applications.
一个现代化的、可扩展的样板项目,用于使用 React、Tailwind CSS 和 Radix UI 构建美丽的、响应式的网络应用程序
👀 准备来了!
🚀Updated sidebar to use the latest components of @shadcn ui
It’s much better than before and it supports mobile devices!
Thanks to @shadcn for building such a beautiful component ❤️
#web#dashboard#react
ALT ```js
const currentDate = new Date();
// Add 10 years to the current date
const futureDate = new Date(currentDate);
futureDate.setFullYear(currentDate.getFullYear() + 10);
// Format as ISO string (e.g. 2034-05-08T01:58:41.977Z)
const formattedDate = futureDate.toISOString();
// Set to localStorage
localStorage.setItem("ANT_DESIGN_DO_NOT_OPEN_MIRROR_MODAL", formattedDate);
```