From 374e15650d99dcc165425e631421e16212a8ae94 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovskiy Date: Thu, 4 Apr 2024 01:03:25 +0500 Subject: [PATCH] Update templates.mdx (#3367) Add a new template: wails-next-tailwind-shadcnui-ts --- website/versioned_docs/version-v2.8.0/community/templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/versioned_docs/version-v2.8.0/community/templates.mdx b/website/versioned_docs/version-v2.8.0/community/templates.mdx index 98726c60a..b531dcc87 100644 --- a/website/versioned_docs/version-v2.8.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.8.0/community/templates.mdx @@ -41,6 +41,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-react-template](https://github.com/flin7/wails-react-template) - A minimal template for React that supports live development - [wails-template-nextjs](https://github.com/LGiki/wails-template-nextjs) - A template using Next.js and TypeScript - [wails-template-nextjs-app-router](https://github.com/thisisvk-in/wails-template-nextjs-app-router) - A template using Next.js and TypeScript with App router +- [wails-next-tailwind-shadcnui-ts](https://github.com/vxxvvxxv/wails-next-tailwind-shadcnui-ts) - A template using Next.js (with app router + dark theme), TypeScript, TailwindCSS, and shadcn/ui - [wails-vite-react-ts-tailwind-template](https://github.com/hotafrika/wails-vite-react-ts-tailwind-template) - A template for React + TypeScript + Vite + TailwindCSS - [wails-vite-react-ts-tailwind-shadcnui-template](https://github.com/Mahcks/wails-vite-react-tailwind-shadcnui-ts) - A template with Vite, React, TypeScript, TailwindCSS, and shadcn/ui