import type { Config } from "tailwindcss"
const config: Config = {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {
colors: {
yellow: {
400: "#FFD700",
},
},
},
},
plugins: [],
}
export default config
https://example.com/download/video.mp4/**
* v0 by Vercel.
* @see https://v0.dev/t/TLumlStf73N
* Documentation: https://v0.dev/docs#integrating-generated-code-into-your-nextjs-app
*/
import { Input } from "@/components/ui/input"
import { Button } from "@/components/ui/button"
import Link from "next/link"
export default function Component() {
return (
YouTube Downloader
Paste a YouTube video URL to download it.
Downloaded Video
Download
)
}
No comments:
Post a Comment