nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

Input generics #29

Open GetPsyched opened 9 months ago

GetPsyched commented 9 months ago

We need inputs. I have pre-written NextJS compatible input generics that are SSR compatible. Will share them with the assignee(s) of this issue managing the implementation.

So, for inputs, we'll need the following basics:

Each of these will need their own designs and will be done incrementally.

geekysilento commented 9 months ago

Won't using ShadCN's library be a good decision for these generic inputs? they are pre-built with SSR in mind

GetPsyched commented 9 months ago

The SSR modification is quite simple and can be replicated even if using ShadCN. Let's use it.