laniakeasupercluster
This commit is contained in:
parent
e692227b52
commit
e26d0246b7
|
@ -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']),
|
||||
|
|
12
package.json
12
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue