17 | {text} 18 |
19 | ); 20 | }; 21 | 22 | export default ScreenNotice; 23 | -------------------------------------------------------------------------------- /provider/provider.tsx: -------------------------------------------------------------------------------- 1 | "use client"; 2 | import React, { ReactNode } from "react"; 3 | import { ThemeProvider } from "@/provider/theme-provider"; 4 | 5 | type Props = { 6 | children: ReactNode; 7 | }; 8 | 9 | const Provider = ({ children }: Props) => { 10 | return ( 11 |localhost:3000
9 |Build with ForgeUI
11 |13 | Create beautiful, accessible UI components with ForgeUI's powerful 14 | toolkit built on top of shadcn/ui foundation. 15 |
16 |11 | The page you are looking for doesn't exist or has been moved. 12 |
13 | 16 |{description}
33 | > 34 | ); 35 | }; 36 | 37 | export default MainTitle; 38 | -------------------------------------------------------------------------------- /components/landing/herobuttons.tsx: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Link from "next/link"; 3 | import { BookOpen, ChevronRight } from "lucide-react"; 4 | 5 | const Herobuttons = () => { 6 | return ( 7 |
30 |
| 28 | Prop 29 | | 30 |31 | Type 32 | | 33 |34 | Default 35 | | 36 |37 | Description 38 | | 39 |
|---|---|---|---|
| 48 | {item.prop} 49 | | 50 |51 | {item.type} 52 | | 53 |54 | {item.default} 55 | | 56 |57 | {item.description} 58 | | 59 |
9 | © {new Date().getFullYear()},{" "} 10 | 16 | Forge/ui 17 | 18 |
19 |{description}
41 | 42 |
70 |
74 | {value}
75 |
76 |
77 | Forge/ui CLI
15 |17 | ForgeUI CLI seamlessly integrates with shadcn/ui, providing enhanced 18 | components and utilities to accelerate your development workflow. 19 |
20 | 21 |
24 |
25 |
26 | npx shadcn@latest add
27 |
28 |
29 |
30 |