wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.

Home Page:https://wasp-lang.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In docs, mention which UI solutions (component libraries, ...) work well with Wasp

Martinsos opened this issue · comments

Inspired by this Discord convo https://discord.com/channels/686873244791210014/1229992558503923805/1229992558503923805, and this is not the first time this has been brought up.

We should have a page in docs where we recommend some UI solutions that work well with Wasp + show how to set them up. We already have some resource around, we just need to put them into docs.

For anyone who would come around here, here's a gist by @infomiho for shadcn/ui
https://gist.github.com/infomiho/b35e9366e16913949e13eaba0538f553

More for anyone who stumbles upon here:
This repo (https://github.com/wasp-lang/lazy-card-generator) uses shadCN. This one (https://github.com/wasp-lang/ask-the-documents) uses NextUI. This one (https://github.com/vincanger/coverlettergpt) uses ChakraUI.

Thanks a lot @Case-E :)!