laniakeasupercluster

This commit is contained in:
2024-01-12 05:45:56 +08:00
parent e692227b52
commit e26d0246b7
2 changed files with 7 additions and 9 deletions

View File

@ -11,11 +11,11 @@
### install ### install
```bash ```bash
npm i chain-depict npm i @laniakeasupercluster/chain-depict
``` ```
```javascript ```javascript
import { div } form 'chain-depict' import { div } form '@laniakeasupercluster/chain-depict'
div.w(12).h(14).onclick.stop(click).onkeydown.esc(keydown)([ div.w(12).h(14).onclick.stop(click).onkeydown.esc(keydown)([
div.w('auto').h(32).classList(['mdui-btn', 'mdui-btn-icon']), div.w('auto').h(32).classList(['mdui-btn', 'mdui-btn-icon']),

View File

@ -1,12 +1,9 @@
{ {
"name": "chain-depict", "name": "@laniakeasupercluster/chain-depict",
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"main": "main.js", "main": "main.js",
"author": { "author": "Laniakea Supercluster <huan0016@gmail.com>",
"name": "Laniakea Supercluster",
"email": "huan0016@gmail.com"
},
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "vite --open", "dev": "vite --open",
@ -19,5 +16,6 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git" "url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git"
} },
} "description": "受到 pug 和 tailwind, windicss 启发的, 使用纯粹 js 书写 UI"
}