LogoNITC

Introduction

What is NITC and how to get started with it?

NITC Banner

Welcome to the NITC Documentation!

What is NITC?

NITC (NTUN IT Components) is a template components for NTUNISo team to build a web application. Made by yohei_yayoi (Full-Stack Developer at NTUNISo)

I made 2 versions of NITC, one is for shadcn/ui and the other is for HeroUI. You can choose which one you want to use.

However, THIS IS SHADCN/UI VERSION. If you want to use HeroUI version, please go to HeroUI version

How to install NITC?

You can install NITC in Next.js project with shadcn/ui library installed. If you don't have shadcn/ui installed, please follow the instructions in shadcn/ui documentation to install it first.

After that, you can install NITC by running the following command in your terminal:

npx shadcn@latest add ...

Example: If you want to install the "Footer 01" component, you can run the following command:

npx shadcn@latest add https://nitc-shadcn.vercel.app/r/footer-01.json

You can get json link (component link) from below the component you're looking

All components can be found in the Components page.

On this page