This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @type {import('tailwindcss').Config} */ | |
module.exports = { | |
darkMode: ["class"], | |
content: [ | |
"./pages/**/*.{ts,tsx}", | |
"./components/**/*.{ts,tsx}", | |
"./app/**/*.{ts,tsx}", | |
"./src/**/*.{ts,tsx}", | |
"./node_modules/@tremor/**/*.{js,ts,jsx,tsx}", // Tremor module | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@tailwind base; | |
@tailwind components; | |
@tailwind utilities; | |
@layer base { | |
:root { | |
--background: #fff; | |
--foreground: 0, 0%, 40%; | |
--card: 0 0% 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const data: any = { | |
name: '', | |
email: '', | |
phone: '', | |
passportNo: '', | |
city: 'Hetauda', | |
dob: '24 Apr, 2002', | |
lookingFor: 'Undergraduate', | |
nationality: 'Nepalese', | |
higestEducation: 'Nepalese', |