Skip to content

Commit

Permalink
docs: add online demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Orchardxyz committed May 5, 2024
1 parent 2778639 commit 30dac87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Changed

* Change the `outputDir` config.
* Add an [online demo](https://orchardxyz.github.io/antd4-theme-vars).

## [1.2.0] - 2024-05-03

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

With this, you can easily customize the themes of various antd components.

An [online demo](https://orchardxyz.github.io/antd4-theme-vars).

## Install

```bash
Expand Down
4 changes: 2 additions & 2 deletions examples/antd4-vite/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<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>Antd4TV-Demo</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 30dac87

Please sign in to comment.