html
<div class="skeleton-loader"></div>
CSS
html
<div class="skeleton-loader"></div>
CSS
"use client";
import { cn } from "@/utils";
import { Eye, EyeOff } from "lucide-react";
import { useState } from "react";
import type { UseFormRegisterReturn } from "react-hook-form";
interface InputForPasswordProps extends React.ComponentProps<"div"> {
for nextjs:
{
"include": ["**/*"],
"exclude": ["node_modules", "**/node_modules", "dist", "build", ".next"],
"compilerOptions": {
"paths": {
"@/*": ["./*"]
},
"use strict"; | |
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
hyperBorder: { | |
// borderColors: ["random", "random"], | |
borderColors: ["#fc1da7", "#fba506"], | |
borderWidth: "8px", |