Go to file
Rama Priyanto 125ee54028
continuous-integration/drone Build is passing Details
feat:drone, dockerfile
2026-04-16 06:43:03 +07:00
app first commit 2026-04-16 06:38:26 +07:00
components first commit 2026-04-16 06:38:26 +07:00
hooks first commit 2026-04-16 06:38:26 +07:00
lib first commit 2026-04-16 06:38:26 +07:00
public first commit 2026-04-16 06:38:26 +07:00
utils first commit 2026-04-16 06:38:26 +07:00
.drone.yml feat:drone, dockerfile 2026-04-16 06:43:03 +07:00
.gitignore first commit 2026-04-16 06:38:26 +07:00
.prettierignore first commit 2026-04-16 06:38:26 +07:00
.prettierrc first commit 2026-04-16 06:38:26 +07:00
Dockerfile feat:drone, dockerfile 2026-04-16 06:43:03 +07:00
README.md first commit 2026-04-16 06:38:26 +07:00
components.json first commit 2026-04-16 06:38:26 +07:00
eslint.config.mjs first commit 2026-04-16 06:38:26 +07:00
next.config.mjs first commit 2026-04-16 06:38:26 +07:00
package-lock.json first commit 2026-04-16 06:38:26 +07:00
package.json first commit 2026-04-16 06:38:26 +07:00
postcss.config.mjs first commit 2026-04-16 06:38:26 +07:00
tsconfig.json first commit 2026-04-16 06:38:26 +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";