Skip to content

Commit

Permalink
自述优化
Browse files Browse the repository at this point in the history
  • Loading branch information
KingBes committed Dec 24, 2024
1 parent 3544993 commit 9cbafd0
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,28 @@
## 快速上手

使用 bunny-ui 只需在页面中引入核心文件即可。
使用 bunny-ui 只需在页面中引入核心文件即可。

```html
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quick Start - Bunny-ui</title>
<link href="./bunny/bunny.css" rel="stylesheet" />
<link href="./bunny/iconfont/iconfont.css" rel="stylesheet" />
<script src="./bunny/bunny.js"></script>
</head>
<body>
<!-- Welcome to Bunny-ui -->
<button class="bny-btn" onclick="bunny.msg({text:'Hello World'})">Click me</button>
</body>
</html>
```

## 文档

[HTMX-DOC](https://htmx.docs-hub.com/)

[BUNNYUI-DOC](https://workbunny.github.io/bunny-ui/)

0 comments on commit 9cbafd0

Please sign in to comment.