Go to file
Rama Priyanto 7459ded7c1
continuous-integration/drone/push Build is passing Details
fix:package json
2026-03-18 16:08:35 +07:00
app feat:drone, cookies login dummy 2026-03-18 15:32:08 +07:00
components init push 2026-03-18 15:02:37 +07:00
hooks feat: initial commit 2026-03-18 11:16:10 +07:00
lib feat: initial commit 2026-03-18 11:16:10 +07:00
public feat:drone, cookies login dummy 2026-03-18 15:32:08 +07:00
utils feat:drone, cookies login dummy 2026-03-18 15:32:08 +07:00
.drone.yml Fix:drone 2026-03-18 15:55:16 +07:00
.gitignore feat: initial commit 2026-03-18 11:16:10 +07:00
.prettierignore feat: initial commit 2026-03-18 11:16:10 +07:00
.prettierrc feat: initial commit 2026-03-18 11:16:10 +07:00
Dockerfile Fix:drone 2026-03-18 16:05:01 +07:00
README.md feat: initial commit 2026-03-18 11:16:10 +07:00
components.json feat: initial commit 2026-03-18 11:16:10 +07:00
eslint.config.mjs feat: initial commit 2026-03-18 11:16:10 +07:00
favicon.ico feat:drone, cookies login dummy 2026-03-18 15:32:08 +07:00
next.config.mjs feat: initial commit 2026-03-18 11:16:10 +07:00
package-lock.json fix:package json 2026-03-18 16:08:35 +07:00
package.json fix:package json 2026-03-18 16:08:35 +07:00
postcss.config.mjs feat: initial commit 2026-03-18 11:16:10 +07:00
tailwind.config.tsx init push 2026-03-18 15:02:37 +07:00
tsconfig.json feat: initial commit 2026-03-18 11:16:10 +07:00

README.md

Next.js template

This is a Next.js template with shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";