skip to Main Content

Reactjs – How to open login modal using a button?

This is my login modal: "use client"; import Link from "next/link"; import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog"; import { Card, CardContent, CardFooter, CardHeader, } from "@/components/ui/card"; import { Icons } from "@/components/icons"; import { siteConfig } from "@/config/site";…

VIEW QUESTION

React native – Tailwind css is only applied to App.js but not inside other folders

I need help figure out where is the error. This is my github repo link: https://github.com/khouloudhaddad/food-delivery TailwindCss not working iside folders This is my github repo link: https://github.com/khouloudhaddad/food-delivery Package.json: { "name": "client", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo…

VIEW QUESTION
Back To Top
Search