Skip to content

Commit

Permalink
Shadecn setup
Browse files Browse the repository at this point in the history
  • Loading branch information
moovendhan-v committed Mar 23, 2024
1 parent 36c27f5 commit f2da960
Show file tree
Hide file tree
Showing 19 changed files with 1,170 additions and 139 deletions.
8 changes: 7 additions & 1 deletion ui_tailwind_shadecn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Ui-Components</title>

<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Niconne&display=swap" rel="stylesheet">

</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit f2da960

Please sign in to comment.