Skip to content

Commit 5581de0

Browse files
committed
feat: Enhance demo page by adding additional examples of render themes
1 parent 88a3889 commit 5581de0

File tree

8 files changed

+1149
-1767
lines changed

8 files changed

+1149
-1767
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>Code Block Demo</title>
88
</head>
99
<body>
1010
<div id="root"></div>

example/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
"@typescript-eslint/eslint-plugin": "^7.2.0",
2020
"@typescript-eslint/parser": "^7.2.0",
2121
"@vitejs/plugin-react": "^4.2.1",
22+
"autoprefixer": "^10.4.19",
2223
"eslint": "^8.57.0",
2324
"eslint-plugin-react-hooks": "^4.6.0",
2425
"eslint-plugin-react-refresh": "^0.4.6",
26+
"postcss": "^8.4.38",
27+
"tailwindcss": "^3.4.3",
2528
"typescript": "^5.2.2",
2629
"vite": "^5.2.0"
2730
}

0 commit comments

Comments
 (0)