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
```bash
npm i chain-depict
npm i @laniakeasupercluster/chain-depict
```
```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('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",
"type": "module",
"main": "main.js",
"author": {
"name": "Laniakea Supercluster",
"email": "huan0016@gmail.com"
},
"author": "Laniakea Supercluster <huan0016@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vite --open",
@ -19,5 +16,6 @@
"repository": {
"type": "git",
"url": "https://git.satori.love/LaniakeaSupercluster/chain-depict.git"
}
}
},
"description": "受到 pug 和 tailwind, windicss 启发的, 使用纯粹 js 书写 UI"
}